-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* move experience.tex into Resume.tex Signed-off-by: zhangzhengyuan <[email protected]> * turn style.tex into resume.cls Signed-off-by: zhangzhengyuan <[email protected]> * add usc courses, change "coursework" to "courses" Signed-off-by: zhangzhengyuan <[email protected]> * update Pager Signed-off-by: zhangzhengyuan <[email protected]> * split resume.tex into web and sys, update Makefile and .gitignore Signed-off-by: zhangzhengyuan <[email protected]> * use wildcard in github workflows Signed-off-by: zhangzhengyuan <[email protected]> * remove wildcard for latex-action as not supported Signed-off-by: zhangzhengyuan <[email protected]> * Makefile: use pattern rule for tex files Signed-off-by: zhangzhengyuan <[email protected]> * created Resume.tex as soft link, used it for release Signed-off-by: zhangzhengyuan <[email protected]> * use .DEFAULT_GOAL for makefile Signed-off-by: zhangzhengyuan <[email protected]> * use glob for build.yaml Signed-off-by: zhangzhengyuan <[email protected]> * use quote for *.pdf in build.yaml Signed-off-by: zhangzhengyuan <[email protected]>
- Loading branch information
1 parent
6e22664
commit eca075e
Showing
10 changed files
with
65 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
Resume.pdf | ||
Resume.out | ||
简历.out | ||
简历.pdf | ||
*.out | ||
*.aux | ||
*.log | ||
*.fls | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
resume: | ||
latexmk -pdf -file-line-error -interaction=nonstopmode -synctex=1 Resume.tex | ||
BUILD ?= latexmk -pdf -file-line-error -interaction=nonstopmode -synctex=1 | ||
|
||
.DEFAULT_GOAL := Resume | ||
|
||
%:: %.tex | ||
$(BUILD) $< | ||
|
||
clean: | ||
git clean -fx |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Resume_web.tex |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
\documentclass{resume} | ||
\input{organizations.tex} | ||
|
||
\begin{document} | ||
\input{header.tex} | ||
\input{education.tex} | ||
|
||
\input{projectLibrary.tex} | ||
\NewPart{experience} | ||
\input{baidu.tex} | ||
\input{3dsspp.tex} | ||
\Pager | ||
|
||
\input{skills.tex} | ||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
\documentclass{resume} | ||
\input{organizations.tex} | ||
|
||
\begin{document} | ||
\input{header.tex} | ||
\input{education.tex} | ||
|
||
\input{projectLibrary.tex} | ||
\NewPart{experience} | ||
\input{baidu.tex} | ||
\input{3dsspp.tex} | ||
\Insta | ||
|
||
\input{skills.tex} | ||
\end{document} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters