summaryrefslogtreecommitdiff
path: root/support/pdbf-toolkit/config.cfg
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/pdbf-toolkit/config.cfg
Initial commit
Diffstat (limited to 'support/pdbf-toolkit/config.cfg')
-rw-r--r--support/pdbf-toolkit/config.cfg25
1 files changed, 25 insertions, 0 deletions
diff --git a/support/pdbf-toolkit/config.cfg b/support/pdbf-toolkit/config.cfg
new file mode 100644
index 0000000000..9cc7dbcdb8
--- /dev/null
+++ b/support/pdbf-toolkit/config.cfg
@@ -0,0 +1,25 @@
+# Change the option below to a higher value if the PDBF-Elements in the PDF appear to small.
+# It should correspond to the pixel-density of your display. For normal displays a value of
+# 1.0 should be right.
+dpiScalingFactor: 1.0
+
+# Insert below the command for compiling LaTeX files on your system.
+# Note: Only programs that use pdfLaTeX are supported!
+# The first line is the program itself and all other lines are arguments to the program.
+# Empty lines and lines starting with # are ignored.
+# Warning: Before starting to compile with the PDBF tool. First make sure that the minimal.tex
+# compiles without errors with the specified command on command line!
+
+# For windows with miktex (http://miktex.org/).
+# Make sure that texify.exe is in a folder that is included in the PATH variable
+#texify.exe
+#--pdf
+#--quiet
+
+# For linux/mac/windows with texlive (https://www.tug.org/texlive/)
+# For ubuntu texi2pdf can be installed with: sudo apt-get install texinfo
+#texi2pdf
+#--quiet
+
+# After adjusting the setting please delete or comment out the line below
+DELETE ME \ No newline at end of file