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  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								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  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Posquit0.BJ 
							
						 
					 
					
						
						
							
						
						1bb189dfdf 
					 
					
						
						
							
							escape a space between \firstname and \lastname  
						
						 
						
						
						
						
					 
					
						2016-01-03 15:24:41 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Posquit0.BJ 
							
						 
					 
					
						
						
							
						
						e04da8ce5c 
					 
					
						
						
							
							Merge branch 'patch-1' of  https://github.com/cookiesui/Awesome-CV  into cookiesui-patch-1  
						
						 
						
						
						
						
					 
					
						2016-01-03 15:17:37 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Posquit0.BJ 
							
						 
					 
					
						
						
							
						
						3c6ef5fdcf 
					 
					
						
						
							
							add a link for cover-letter on ShareLaTeX.com  
						
						 
						
						
						
						
					 
					
						2016-01-03 15:16:37 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cookiesui 
							
						 
					 
					
						
						
							
						
						3f30a9d592 
					 
					
						
						
							
							Updated awesome-cv.cls  
						
						 
						
						... 
						
						
						
						Escaped the space between \@firstname and \@lastname in \makeletterclosing, so that the whitespace between the first and last name actually shows up. 
						
						
					 
					
						2015-12-31 15:53:36 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Posquit0.BJ 
							
						 
					 
					
						
						
							
						
						289ca00392 
					 
					
						
						
							
							add paragraph section in cv & rename paragraph of the coverletter(cvparagraph->lettersection)  
						
						 
						
						
						
						
					 
					
						2015-12-31 16:32:04 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Posquit0.BJ 
							
						 
					 
					
						
						
							
						
						2d80616834 
					 
					
						
						
							
							Merge branch 'jongbinjung-patch-1'  
						
						 
						
						
						
						
					 
					
						2015-12-31 15:34:33 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Posquit0.BJ 
							
						 
					 
					
						
						
							
						
						41f0cafaf5 
					 
					
						
						
							
							update preview pdf, images  
						
						 
						
						
						
						
					 
					
						2015-12-31 15:33:59 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jongbin Jung 
							
						 
					 
					
						
						
							
						
						8cad64c337 
					 
					
						
						
							
							Fix header icon crop  
						
						 
						
						... 
						
						
						
						hyperref box makes header social icons seem cropped. Fix by adding hidelink option to hyperref and removing color/border arguments. 
						
						
					 
					
						2015-12-30 14:55:01 -08:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Posquit0.BJ 
							
						 
					 
					
						
						
							
						
						d02551a455 
					 
					
						
						
							
							improve README.md  
						
						 
						
						
						
						
					 
					
						2015-12-15 13:20:49 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Posquit0.BJ 
							
						 
					 
					
						
						
							
						
						01484a3037 
					 
					
						
						
							
							delete page number in cover letter  
						
						 
						
						
						
						
					 
					
						2015-12-14 16:20:34 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Posquit0.BJ 
							
						 
					 
					
						
						
							
						
						011a798c85 
					 
					
						
						
							
							Merge branch 'ayeks-master'  
						
						 
						
						
						
						
					 
					
						2015-12-14 16:08:41 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Posquit0.BJ 
							
						 
					 
					
						
						
							
						
						81e9d569e5 
					 
					
						
						
							
							refactor code for cover letter  
						
						 
						
						
						
						
					 
					
						2015-12-14 15:59:27 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Posquit0.BJ 
							
						 
					 
					
						
						
							
						
						e087d3f792 
					 
					
						
						
							
							Merge branch 'master' of  https://github.com/ayeks/Awesome-CV  into ayeks-master  
						
						 
						
						
						
						
					 
					
						2015-12-14 11:01:02 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Posquit0.BJ 
							
						 
					 
					
						
						
							
						
						5f57d323dc 
					 
					
						
						
							
							modify postal number in example following new sytem in Korea  
						
						 
						
						
						
						
					 
					
						2015-12-14 11:00:29 +09:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lars Richter 
							
						 
					 
					
						
						
							
						
						27657aa78f 
					 
					
						
						
							
							Merge pull request  #1  from ayeks/cover-letter  
						
						 
						
						... 
						
						
						
						Added cover letter to awesome-cv 
						
						
					 
					
						2015-12-13 11:20:14 +01:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lars Richter 
							
						 
					 
					
						
						
							
						
						d2e917f0ee 
					 
					
						
						
							
							added coverletter screenshot and added it to the readme  
						
						 
						
						
						
						
					 
					
						2015-12-13 11:18:22 +01:00