Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dtu-enote-getpdf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
enote
dtu-enote-getpdf
Commits
8bc50fbd
Commit
8bc50fbd
authored
7 years ago
by
Iain Bryson
Browse files
Options
Downloads
Patches
Plain Diff
Enable the build pdf
parent
80a508e6
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
getpdf-server/build-pdf.sh
+3
-5
3 additions, 5 deletions
getpdf-server/build-pdf.sh
with
3 additions
and
5 deletions
getpdf-server/build-pdf.sh
+
3
−
5
View file @
8bc50fbd
...
...
@@ -18,9 +18,7 @@ mkdir -p $project
pdflatex
=
"/usr/local/texlive/2017/bin/x86_64-linux/pdflatex -halt-on-error -interaction=nonstopmode"
echo
"/get-pdf.sh
$course
$course_zip
$jobid
"
exit
;
echo
"/build-pdf.sh
$course
$course_zip
$jobid
"
# ---- Download the enote as zip
...
...
@@ -33,7 +31,7 @@ cd $project
# ---- Make each chapter in sections/ a pdf with working cross references
if
[
$course
==
01005
]
||
[
$course
==
01006
]
;
then
if
[
$course
==
00000
]
||
[
$course
==
01005
]
||
[
$course
==
01006
]
;
then
# make a list of where the labels are in pdf position
cd
main
...
...
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