Commit graph

219 commits

Author SHA1 Message Date
Byungjin Park 89a7ff3334 Update README.md 2017-01-16 01:20:16 +09:00
Byungjin Park 9474053002 Update README.md 2017-01-16 01:19:54 +09:00
Byungjin Park 32d8dec1f3 Update README.md 2017-01-16 01:18:31 +09:00
Byungjin Park 2e93f6d5d5 Update README.md 2017-01-16 01:17:51 +09:00
Byungjin Park 48a05253b6 Update README.md 2017-01-16 01:15:40 +09:00
Posquit0.BJ 3701019a99 Resize icon image 2017-01-16 01:13:53 +09:00
Byungjin Park 65289a1308 Update README.md 2017-01-16 01:04:07 +09:00
Byungjin Park eb55796150 Update README.md 2017-01-16 01:03:52 +09:00
Byungjin Park 85891c2a55 Update README.md 2017-01-16 01:02:41 +09:00
Byungjin Park b384a8ef9a Update README.md 2017-01-16 00:59:28 +09:00
Posquit0.BJ 1b650b965e Add awesome-cv icon 2017-01-16 00:58:41 +09:00
Posquit0.BJ 53df2f7e06 Update my resume content 2017-01-08 16:53:10 +09:00
Posquit0.BJ 2d28b59fc7 Merge branch 'master' of https://github.com/posquit0/Awesome-CV 2017-01-07 02:39:43 +09:00
Posquit0.BJ 03b4e66122 Update my resume 2017-01-07 02:39:32 +09:00
Byungjin Park 92136470be Update README.md 2017-01-06 17:31:27 +09:00
Byungjin Park 26d412f236 Update README.md 2017-01-06 17:27:52 +09:00
Byungjin Park 3083b65d1a Update README.md 2017-01-06 17:25:13 +09:00
Byungjin Park a5674c1e94 Update README.md 2017-01-06 17:24:52 +09:00
Byungjin Park b6914e7dcf Update README.md 2017-01-06 17:24:18 +09:00
Posquit0.BJ 0ad94fe74e Add gitlab command 2016-12-03 15:49:31 +09:00
Posquit0.BJ f09555b2b1 Update fontawesome 4.7.0 2016-12-03 15:32:00 +09:00
Posquit0.BJ 21dc9b07c6 Restore fontawesome symbolic link 2016-12-03 15:10:06 +09:00
Posquit0.BJ d7098ebce3 Update my resume examples 2016-12-03 06:58:01 +09:00
Posquit0.BJ a52c976725 Merge branch 'nitrogl-master' 2016-12-03 06:33:57 +09:00
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