Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tissue Research JKU
Tissue Research Doc
Commits
6cc79d0d
Commit
6cc79d0d
authored
Nov 29, 2021
by
Sabina Köfler
Browse files
Change pandoc markdown language
parent
d60da40d
Changes
1
Show whitespace changes
Inline
Side-by-side
quick-start-guides/convert_to_pdf.sh
View file @
6cc79d0d
...
...
@@ -109,7 +109,7 @@ for file in "${files[@]}"; do
echo
-e
"
\n
Existing file was moved to
${
bak_pdf_path
}
\n
"
fi
echo
-e
"Continuing with new file creation
\n
"
pandoc
-s
--toc
--template
=
my.latex
-f
markdown
"
$file
"
--pdf-engine
=
$option
-o
"
$pdf_path
"
# could add --variable font-family:sans-serif $variable
pandoc
-s
--toc
--template
=
my.latex
-f
gfm
"
$file
"
--pdf-engine
=
$option
-o
"
$pdf_path
"
# could add --variable font-family:sans-serif $variable
echo
-e
"File created
\n
"
done
...
...
Write
Preview
Supports
Markdown
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