Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge upstream + enhancements for fonts in bibliography #6

Commits on May 12, 2016

  1. Configuration menu
    Copy the full SHA
    67b2708 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2016

  1. Allowing for photoID in the header

    Roberto Metere committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    497c040 View commit details
    Browse the repository at this point in the history
  2. Align the photo ID to the right

    Roberto Metere committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    a7e8072 View commit details
    Browse the repository at this point in the history
  3. Sample code including photo ID feature

    Roberto Metere committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    0e08461 View commit details
    Browse the repository at this point in the history
  4. Added both circle and square photo ID

    Roberto Metere committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    2da0e2b View commit details
    Browse the repository at this point in the history
  5. Sample with rectangle photo ID

    Roberto Metere committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    42e6c79 View commit details
    Browse the repository at this point in the history
  6. Added shape in \photoid command comment

    Roberto Metere committed Jul 4, 2016
    Configuration menu
    Copy the full SHA
    b20953d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2016

  1. Reverting original examples

    Roberto Metere committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    6cbfc09 View commit details
    Browse the repository at this point in the history
  2. Creating ad-hoc examples for photoid support

    Roberto Metere committed Jul 6, 2016
    Configuration menu
    Copy the full SHA
    71fc34f View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2016

  1. Configuration menu
    Copy the full SHA
    36cbbf5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4577541 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    863c9cb View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2016

  1. Configuration menu
    Copy the full SHA
    af84525 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2016

  1. Merge pull request posquit0#47 from JanHendrikDolling/master

    add unicode to hyperref packed to allowed unicode in pdf infos
    posquit0 authored Aug 7, 2016
    Configuration menu
    Copy the full SHA
    68f4785 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2016

  1. make: fix dirty check, support concurrent build

    if we hardwire the build script in the target commands, then what we
    want to do remains opaque to make. it is better to speak make's
    language, so it understands us, so we can rip the benefits from that.
    
    we don't have 1 test target, but 3: the 3 pdf examples. when we extract
    3 rules from the 1 we have right now, make gets to understand what we
    want to do:
    
     * understand there are 3 steps to the build, not 1
     * understand what are the products that will yield (pdfs)
     * understand products' dependencies (texs)
     * understand the products are independent of each other
    
    when make gets to know what the products and their dependencies are, it
    can tell when there is no work to do. for example, if a pdf is already
    there, and its tex dependency hasn't changed, there is no need to
    re-compile the pdf.
    
    when make knows the products are independent of each other, and we
    compile with make -j, then it can build faster by compiling the pdfs
    concurrently, rather than serially one after the other.
    
    and, there is an additional benefit here: we can compile a particular
    pdf, and not the others: make examples/cv.pdf.
    
    finally, note that because now make can tell when there's nothing to do,
    you might be surprised if, for example, on a pristine checkout of the
    repository, you run make, and make responds
    
        make: Nothing to be done for `examples'.
    
    this is because the pdfs are checked in, and make sees the texs haven't
    changed since they were last compiled. to force a build as was the case
    before, run make -B. alternatively, you can touch any of the tex files,
    and make will recompile the touched texs.
    wilhelmtell committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    c5ce713 View commit details
    Browse the repository at this point in the history
  2. Merge pull request posquit0#65 from wilhelmtell/topic/make_targets

    make: fix dirty check, support concurrent build
    posquit0 authored Aug 9, 2016
    Configuration menu
    Copy the full SHA
    7312b56 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2016

  1. Configuration menu
    Copy the full SHA
    1b80c57 View commit details
    Browse the repository at this point in the history
  2. Removed superfluous package

    nitrogl committed Sep 28, 2016
    Configuration menu
    Copy the full SHA
    15d9369 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2016

  1. Configuration menu
    Copy the full SHA
    03871cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9b000b View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2016

  1. Rewrite Makefile commands

    posquit0 committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    effa60f View commit details
    Browse the repository at this point in the history
  2. Update example files

    posquit0 committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    1d77207 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d53373 View commit details
    Browse the repository at this point in the history
  4. Update examples

    posquit0 committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    f5602f3 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'iassan-fonts2'

    posquit0 committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    579ca41 View commit details
    Browse the repository at this point in the history
  6. Delete unused link file

    posquit0 committed Nov 23, 2016
    Configuration menu
    Copy the full SHA
    e16b736 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2016

  1. Configuration menu
    Copy the full SHA
    290ba74 View commit details
    Browse the repository at this point in the history
  2. Inline with posquito's master

    nitrogl committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    0971e68 View commit details
    Browse the repository at this point in the history
  3. Remerge my additions

    nitrogl committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    7c82817 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82fa59e View commit details
    Browse the repository at this point in the history
  5. Restoring missing font

    nitrogl committed Nov 24, 2016
    Configuration menu
    Copy the full SHA
    c10eaaf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41d7a71 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2016

  1. Configuration menu
    Copy the full SHA
    29ef605 View commit details
    Browse the repository at this point in the history
  2. Refactor photo command

    posquit0 committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    031a53d View commit details
    Browse the repository at this point in the history
  3. Add default profile image

    posquit0 committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    8f2eec2 View commit details
    Browse the repository at this point in the history
  4. Delete unused files

    posquit0 committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    df0747f View commit details
    Browse the repository at this point in the history
  5. Update example pdf and png

    posquit0 committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    d1043f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a52c976 View commit details
    Browse the repository at this point in the history
  7. Update my resume examples

    posquit0 committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    d7098eb View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2016

  1. Configuration menu
    Copy the full SHA
    21dc9b0 View commit details
    Browse the repository at this point in the history
  2. Update fontawesome 4.7.0

    posquit0 committed Dec 3, 2016
    Configuration menu
    Copy the full SHA
    f09555b View commit details
    Browse the repository at this point in the history
  3. Add gitlab command

    posquit0 committed Dec 3, 2016
    Configuration menu
    Copy the full SHA
    0ad94fe View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2017

  1. Update README.md

    posquit0 authored Jan 6, 2017
    Configuration menu
    Copy the full SHA
    b6914e7 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    posquit0 authored Jan 6, 2017
    Configuration menu
    Copy the full SHA
    a5674c1 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    posquit0 authored Jan 6, 2017
    Configuration menu
    Copy the full SHA
    3083b65 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    posquit0 authored Jan 6, 2017
    Configuration menu
    Copy the full SHA
    26d412f View commit details
    Browse the repository at this point in the history
  5. Update README.md

    posquit0 authored Jan 6, 2017
    Configuration menu
    Copy the full SHA
    9213647 View commit details
    Browse the repository at this point in the history
  6. Update my resume

    posquit0 committed Jan 6, 2017
    Configuration menu
    Copy the full SHA
    03b4e66 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d28b59 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2017

  1. Update my resume content

    posquit0 committed Jan 8, 2017
    Configuration menu
    Copy the full SHA
    53df2f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2017

  1. Add awesome-cv icon

    posquit0 committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    1b650b9 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    posquit0 authored Jan 15, 2017
    Configuration menu
    Copy the full SHA
    b384a8e View commit details
    Browse the repository at this point in the history
  3. Update README.md

    posquit0 authored Jan 15, 2017
    Configuration menu
    Copy the full SHA
    85891c2 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    posquit0 authored Jan 15, 2017
    Configuration menu
    Copy the full SHA
    eb55796 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    posquit0 authored Jan 15, 2017
    Configuration menu
    Copy the full SHA
    65289a1 View commit details
    Browse the repository at this point in the history
  6. Resize icon image

    posquit0 committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    3701019 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    posquit0 authored Jan 15, 2017
    Configuration menu
    Copy the full SHA
    48a0525 View commit details
    Browse the repository at this point in the history
  8. Update README.md

    posquit0 authored Jan 15, 2017
    Configuration menu
    Copy the full SHA
    2e93f6d View commit details
    Browse the repository at this point in the history
  9. Update README.md

    posquit0 authored Jan 15, 2017
    Configuration menu
    Copy the full SHA
    32d8dec View commit details
    Browse the repository at this point in the history
  10. Update README.md

    posquit0 authored Jan 15, 2017
    Configuration menu
    Copy the full SHA
    9474053 View commit details
    Browse the repository at this point in the history
  11. Update README.md

    posquit0 authored Jan 15, 2017
    Configuration menu
    Copy the full SHA
    89a7ff3 View commit details
    Browse the repository at this point in the history
  12. Update README.md

    posquit0 authored Jan 15, 2017
    Configuration menu
    Copy the full SHA
    016a0e7 View commit details
    Browse the repository at this point in the history
  13. Add circleci

    posquit0 committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    a850617 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c1f6146 View commit details
    Browse the repository at this point in the history
  15. Fix circleci configuration

    posquit0 committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    0ac81cc View commit details
    Browse the repository at this point in the history
  16. Merge pull request posquit0#99 from posquit0/circleci

    Integrate with CircleCI
    posquit0 authored Jan 15, 2017
    Configuration menu
    Copy the full SHA
    93e0c00 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2017

  1. Fix my resume summary

    posquit0 committed Jan 16, 2017
    Configuration menu
    Copy the full SHA
    c017ab5 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2017

  1. Update README.md

    posquit0 authored Jan 26, 2017
    Configuration menu
    Copy the full SHA
    efb1e78 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    posquit0 authored Jan 26, 2017
    Configuration menu
    Copy the full SHA
    c927874 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2017

  1. Update README.md

    posquit0 authored Jan 31, 2017
    Configuration menu
    Copy the full SHA
    9301709 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    posquit0 authored Jan 31, 2017
    Configuration menu
    Copy the full SHA
    c450306 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2017

  1. Configuration menu
    Copy the full SHA
    6e85862 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    725fe4e View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2017

  1. Update resume and cv

    posquit0 committed Aug 20, 2017
    Configuration menu
    Copy the full SHA
    69d88b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

  1. Fix mis-typing

    Thanks to @RiemannlnGitHub
    posquit0 authored Sep 28, 2017
    Configuration menu
    Copy the full SHA
    7d86dde View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2018

  1. Add donation link

    posquit0 authored Jan 21, 2018
    Configuration menu
    Copy the full SHA
    9ab8b3b View commit details
    Browse the repository at this point in the history
  2. Update README.md

    posquit0 authored Jan 21, 2018
    Configuration menu
    Copy the full SHA
    bf8db1f View commit details
    Browse the repository at this point in the history
  3. Add donation section

    posquit0 authored Jan 21, 2018
    Configuration menu
    Copy the full SHA
    d4c94fa View commit details
    Browse the repository at this point in the history
  4. Update README.md

    posquit0 authored Jan 21, 2018
    Configuration menu
    Copy the full SHA
    c9a7485 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2018

  1. Update resume/cv example

    posquit0 committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    47b6af4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b85abf1 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2018

  1. Update resume/cv example

    posquit0 committed May 6, 2018
    Configuration menu
    Copy the full SHA
    0db3500 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. Update resume/cv example

    posquit0 committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    872069a View commit details
    Browse the repository at this point in the history
  2. Migrate circle-ci v1 to v2

    posquit0 committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    131671c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. removed Sharelatex from Readme (posquit0#239)

    Sharelatex no longer exists, at the moment, it just redirects to Overleaf. So the links can be removed from the Readme.
    ritterasdf authored and posquit0 committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    7c3fbce View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2018

  1. 2 Configuration menu
    Copy the full SHA
    97c094f View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    faabadd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65d900b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21593aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72019f1 View commit details
    Browse the repository at this point in the history