Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Alekseev, Vadim
diffgeo-skript
Commits
30375c58
Commit
30375c58
authored
Jan 07, 2020
by
Harry Fuchs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
handle error code in pandoc
parent
1fa989f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
diffgeoIII/compile.sh
diffgeoIII/compile.sh
+9
-0
No files found.
diffgeoIII/compile.sh
View file @
30375c58
cp
edit-this-file.tex tmp.tex
python3 preprocessor.py
pandoc
-f
org
-t
latex tmp.tex
-s
-o
for
-compile
.tex
--metadata-file
meta.yaml
--template
=
"latex.template"
exitcode
=
$?
if
[[
$exitcode
==
0
]]
then
echo
"pandoc worked"
else
echo
"pandoc complained"
exit
$exitcode
fi
python3 postprocessor.py
# clear && clear
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment