Commit graph

227 commits

Author SHA1 Message Date
Jacek Bilski 03871cb4b7 Font awesome can be used directly from TeX system 2016-11-01 17:00:14 +01:00
Roberto Metere 15d9369a8f Removed superfluous package 2016-09-28 10:46:42 +01:00
Roberto Metere 1b80c575ba Added option for no edge around the photoid (and examples) 2016-09-28 10:33:52 +01:00
Byungjin Park 7312b56929 Merge pull request #65 from wilhelmtell/topic/make_targets
make: fix dirty check, support concurrent build
2016-08-10 01:29:07 +09:00
Matan Nassau c5ce7130c7 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.
2016-08-09 12:07:45 -04:00
Byungjin Park 68f4785bea Merge pull request #47 from JanHendrikDolling/master
add unicode to hyperref packed to allowed unicode in pdf infos
2016-08-07 15:02:57 +09:00
Roberto Metere af84525d35 Added support for gradient effect in the highlight 2016-07-26 11:21:48 +01:00
Roberto Metere 863c9cb00f Merge branch 'master' of github.com:nitrogl/Awesome-CV 2016-07-07 14:40:26 +01:00
Roberto Metere 45775417ab Previews of photo ID in "resume" templates 2016-07-07 14:38:59 +01:00
Roberto Metere 36cbbf5ece Previews of photo ID in "resume" templates 2016-07-07 14:37:05 +01:00
Roberto Metere 71fc34fbd1 Creating ad-hoc examples for photoid support 2016-07-06 15:14:01 +01:00
Roberto Metere 6cbfc0916e Reverting original examples 2016-07-06 15:12:40 +01:00
Roberto Metere b20953dd92 Added shape in \photoid command comment 2016-07-04 23:02:51 +01:00
Roberto Metere 42e6c790df Sample with rectangle photo ID 2016-07-04 22:54:02 +01:00
Roberto Metere 2da0e2b5fb Added both circle and square photo ID 2016-07-04 22:53:45 +01:00
Roberto Metere 0e08461e69 Sample code including photo ID feature 2016-07-04 22:53:12 +01:00
Roberto Metere a7e8072739 Align the photo ID to the right 2016-07-04 21:51:49 +01:00
Roberto Metere 497c0402bb Allowing for photoID in the header 2016-07-04 21:46:55 +01:00
JHD 67b2708a9e add unicode to hyperref packed to allowed unicode in pdf infos 2016-05-12 17:04:40 +02:00
Byungjin Park 8682e5f8ed Merge pull request #33 from nipunbatra/patch-1
Closes #32
2016-02-25 23:09:28 +09:00
Nipun Batra c47231c5a0 Closes #32 2016-02-24 08:29:13 +05:30
Byungjin Park 31760a8e1a Merge pull request #27 from forevergenin/master
Update .gitignore to ignore Mac OS X related temporary files
2016-02-12 19:14:38 +09:00
Posquit0.BJ 867906eca2 Merge branch 'thomasiffland-master' 2016-02-12 19:10:49 +09:00
Posquit0.BJ bd01f85f1b move the position of xing code and some fix 2016-02-12 19:10:30 +09:00
Posquit0.BJ 89ad64d5e4 Merge branch 'master' of https://github.com/thomasiffland/Awesome-CV into thomasiffland-master 2016-02-12 19:07:35 +09:00
Posquit0.BJ bf94ad0122 Merge branch 'johannesbottcher-cv-paragraph' 2016-02-12 19:03:54 +09:00
Posquit0.BJ 6d152ef428 bug fix on summary section & add acvSectionContentTopSkip 2016-02-12 19:02:31 +09:00
Johannes Böttcher 33d9a27509 proposed fix for cvparagraph 2016-02-09 10:05:53 +01:00
Premkumar Subramanian caa4101d87 Updated .gitignore to ignore Mac OS X related temporary files 2016-02-07 16:47:50 +05:30
thomasiffland 4b7fe710bc Update awesome-cv.cls 2016-02-04 20:50:20 +01:00
Thomas Iffland 6478b32105 Added support via \xing macro for the german widely used social network xing. 2016-02-04 20:31:05 +01:00
Posquit0.BJ b96d51210a modify geometry option for cv/resume 2016-01-30 18:36:17 +09:00
Posquit0.BJ b9b981d395 add some helper macros 2016-01-30 18:35:09 +09:00
Posquit0.BJ 531ee35707 configure mainfont 2016-01-30 17:49:27 +09:00
Posquit0.BJ df4281e6d8 Merge branch 'master' of github.com:posquit0/Awesome-CV 2016-01-30 13:30:48 +09:00
Posquit0.BJ 9806e0b063 update to version 1.5 (add boolean value to switch section color highlighting) 2016-01-30 13:30:11 +09:00
Posquit0.BJ 30aa4d7df6 fix wrong quote in examples 2016-01-30 11:34:01 +09:00
Posquit0.BJ 31d163247d refactor header code in awesome-cv.cls 2016-01-30 11:18:36 +09:00
Posquit0.BJ fd8b88ba15 add reddit information into social section 2016-01-30 11:13:22 +09:00
Byungjin Park 6b28b4e9d0 Merge pull request #22 from tiendan/master
Replaced FontAwesome fonts with .ttf format
2016-01-22 13:40:00 +09:00
Onur Ferhat 1270dcd374 Replaced FontAwesome fonts with .ttf format 2016-01-21 12:57:33 +01:00
Posquit0.BJ 8af2e79d41 Refactor template files (contributed by Velimir from LaTexTemplates.com)
- remove 'import' package
- change comment style
- delete unused file(cvletter.tex)
2016-01-11 15:06:06 +09:00
Posquit0.BJ b3232d1db3 add extra informations part on the header 2016-01-09 20:40:03 +09:00
Posquit0.BJ eea297bfc1 Merge branch 'johannesbottcher-hspaces' 2016-01-08 23:48:58 +09:00
Posquit0.BJ e4e9d1731c refactor source files 2016-01-08 23:46:10 +09:00
Posquit0.BJ 4425ffa19a fix mistyped comments, support different size of layouts 2016-01-08 22:40:56 +09:00
Johannes Böttcher 5930f5054a better spacing between first and last name 2016-01-04 15:22:04 +01:00
Johannes Böttcher 07a7da4a0d add lots of EOL-% 2016-01-04 15:08:46 +01:00
Johannes Böttcher 3bbe3a673a redefining the header using easy to change helper macros 2016-01-04 14:42:03 +01:00
Posquit0.BJ 6005337ce2 Merge branch 'cookiesui-patch-1' 2016-01-03 15:25:05 +09:00