We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe7bc4 commit a99ae5fCopy full SHA for a99ae5f
build/build.sh
@@ -69,6 +69,7 @@ if [ "$BUILD_PDF" != "false" ]; then
69
--webtex=https://latex.codecogs.com/svg.latex? \
70
--include-after-body=build/themes/default.html \
71
--output=output/manuscript.pdf \
72
+ --css=build/themes/pdf.css \ # Extra CSS for PDF output if desired
73
$INPUT_PATH
74
rm images
75
fi
build/themes/pdf.css
@@ -0,0 +1,11 @@
1
+/* Add CSS here to format output PDF
2
+
3
+Maybe can add line numbers using CSS? */
4
5
+body {
6
7
+ /*
8
+ line-height: 3.0;
9
+ */
10
11
+}
0 commit comments