Commit graph

245 commits

Author SHA1 Message Date
Posquit0.BJ d1043f9cd4 Update example pdf and png 2016-12-03 06:32:56 +09:00
Posquit0.BJ df0747f9d5 Delete unused files 2016-12-03 06:30:09 +09:00
Posquit0.BJ 8f2eec2786 Add default profile image 2016-12-03 06:29:31 +09:00
Posquit0.BJ 031a53d1fb Refactor photo command 2016-12-03 06:29:14 +09:00
Posquit0.BJ 29ef605bc1 Remove gradient feature on section color & Add alignment feature on header 2016-12-03 03:22:04 +09:00
Roberto Metere 41d7a71a61 Also the style file is (still) required from many latex versions 2016-11-24 13:59:09 +00:00
Roberto Metere c10eaaffb8 Restoring missing font 2016-11-24 13:51:38 +00:00
Roberto Metere 82fa59eb04 Merge remote-tracking branch 'upstream/master' 2016-11-24 13:46:14 +00:00
Roberto Metere 7c82817436 Remerge my additions 2016-11-24 12:48:33 +00:00
Roberto Metere 0971e68b94 Inline with posquito's master 2016-11-24 12:47:06 +00:00
Roberto Metere 290ba74b02 Merging with latest modifications 2016-11-24 12:34:09 +00:00
Posquit0.BJ e16b736cec Delete unused link file 2016-11-23 22:25:41 +09:00
Posquit0.BJ 579ca41925 Merge branch 'iassan-fonts2' 2016-11-23 22:21:21 +09:00
Posquit0.BJ f5602f3fff Update examples 2016-11-23 22:21:02 +09:00
Posquit0.BJ 9d53373b8a Merge branch 'fonts2' of https://github.com/iassan/Awesome-CV into iassan-fonts2 2016-11-23 22:14:59 +09:00
Posquit0.BJ 1d77207b18 Update example files 2016-11-23 21:43:00 +09:00
Posquit0.BJ effa60f205 Rewrite Makefile commands 2016-11-23 21:40:02 +09:00
Jacek Bilski d9b000bd04 SourceSansPro is used directly from TeX system 2016-11-01 17:12:22 +01:00
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