-
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.
Tweaks to draft branch releasing #minor
- Loading branch information
Showing
10 changed files
with
27 additions
and
526 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
File renamed without changes.
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,18 +1,11 @@ | ||
all: | ||
pdflatex -synctex=1 -interaction=nonstopmode -file-line-error -recorder -output-directory="/home/alex/GitHub/zycap-linux" "/home/alex/GitHub/zycap-linux/root.tex" | ||
pdflatex -synctex=1 -interaction=nonstopmode -file-line-error -recorder -output-directory="." "./root.tex" | ||
|
||
clean: | ||
git clean -fdx | ||
|
||
publish: | ||
git add --force -- root.pdf | ||
git commit -m "publish pdf" | ||
git push | ||
|
||
setup: | ||
@echo "\e[35mConfiguring Git...\e[39m" | ||
@git config --local include.path ../.gitconfig | ||
@git checkout master | ||
@git branch -m master release | ||
@echo "\e[34mChecking out draft branch\e[39m" | ||
@git checkout -b draft || true |
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 @@ | ||
\section{Background} |
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 @@ | ||
\section{Conclusion} |
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 @@ | ||
\section{Experiment} |
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,3 +1,3 @@ | ||
\section{Introduction} | ||
|
||
Example Introduction sentence with reference \cite{Nobody06}. | ||
Example introduction sentence with reference \cite{Example2020}. |
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,4 +1,4 @@ | ||
@misc{ Nobody06, | ||
author = "Nobody Jr", | ||
@misc{ Example2020, | ||
author = "Example Author", | ||
title = "My Article", | ||
year = "2006" } | ||
year = "2020" } |
Oops, something went wrong.