Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Malin Freeborn
core
Commits
a6cd08a8
Commit
a6cd08a8
authored
4 years ago
by
Malin Freeborn
Browse files
Options
Downloads
Patches
Plain Diff
replace autocompile with Makefile
parent
9a2a9256
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+2
-9
2 additions, 9 deletions
.gitlab-ci.yml
CS/resources.tex
+10
-11
10 additions, 11 deletions
CS/resources.tex
Makefile
+20
-0
20 additions, 0 deletions
Makefile
autocompile.sh
+0
-1
0 additions, 1 deletion
autocompile.sh
with
32 additions
and
21 deletions
.gitlab-ci.yml
+
2
−
9
View file @
a6cd08a8
compile_pdf
:
compile_pdf
:
image
:
aergus/latex
image
:
aergus/latex
script
:
script
:
-
pdflatex main.tex
-
make resources
-
makeglossaries main
-
make
-
makeindex main.idx
-
pdflatex main.tex
-
mv main.pdf bind.pdf
-
cd CS
-
pdflatex resources.tex
-
cd ..
-
mv CS/resources.pdf .
only
:
only
:
-
master
-
master
-
run
-
run
...
...
This diff is collapsed.
Click to expand it.
CS/resources.tex
+
10
−
11
View file @
a6cd08a8
\documentclass
[a4paper,openany]
{
report
}
\documentclass
[a4paper,openany]
{
report
}
\usepackage
{
glossaries
}
\
input
{
../config/preamble.tex
}
\
usepackage
{
config/bind
}
\
input
{
../
config/monsters
.tex
}
\
usepackage
{
config/monsters
}
\settoggle
{
verbose
}{
true
}
\settoggle
{
verbose
}{
true
}
\begin{document}
\begin{document}
\input
{
GS.tex
}
\input
{
CS/
GS.tex
}
\input
{
CS.tex
}
\input
{
CS
/CS
.tex
}
\input
{
CS.tex
}
\input
{
CS
/CS
.tex
}
\input
{
CS.tex
}
\input
{
CS
/CS
.tex
}
\input
{
CS.tex
}
\input
{
CS
/CS
.tex
}
\input
{
CS.tex
}
\input
{
CS
/CS
.tex
}
\input
{
CS.tex
}
\input
{
CS
/CS
.tex
}
\input
{
init.tex
}
\input
{
CS/
init.tex
}
\end{document}
\end{document}
This diff is collapsed.
Click to expand it.
Makefile
0 → 100644
+
20
−
0
View file @
a6cd08a8
filename
=
main
branch
:=
$(
shell git rev-parse
--abbrev-ref
HEAD
)
output
:
main.pdf main.aux
pdflatex
${
filename
}
.tex
main.aux
:
pdflatex
${
filename
}
.tex
main.pdf
:
pdflatex
${
filename
}
.tex
resources
:
pdflatex CS/resources.tex
cd
..
mv
main.pdf bind.pdf
tree
:
[
-e
../config
]
||
(
echo
"You don't have a local config repo"
&&
exit
1
)
git status
git subtree
-P
config pull ../config
${
branch
}
git subtree
-P
config push ../config
${
branch
}
clean
:
rm
*
.aux
*
.toc
*
.acn
*
.log
*
.ptc
*
.out
*
.idx
*
.ist
*
.glo
This diff is collapsed.
Click to expand it.
autocompile.sh
deleted
120000 → 0
+
0
−
1
View file @
9a2a9256
config/autocompile.sh
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment