Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90372249
build.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 1, 01:33
Size
362 B
Mime Type
text/x-shellscript
Expires
Sun, Nov 3, 01:33 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22063762
Attached To
R1066 amc-cape
build.sh
View Options
#!/bin/bash
pdflatex -halt-on-error -interaction batchmode exam.tex > /dev/null 2>&1 && rm -f exam.amc exam.aux exam.log && echo "OK" && exit 0
# Otherwise run pdflatex in interactive mode
rm -f exam.amc exam.aux exam.log
echo "An error occured. Starting over in interactive mode."
echo -n "Press ENTER to continue, Ctrl-C to exit."
read ans
pdflatex exam.tex
Event Timeline
Log In to Comment