Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit b02ea3a0 authored by Michael KRISPER's avatar Michael KRISPER
Browse files

finished conversion to new user manual

parent c58757af
No related branches found
No related tags found
No related merge requests found
User Manual
====================================
![](pics/VECTOlarge.png)
![](pics/VECTOlarge.png)\
VECTO 2.2
......@@ -18,5 +18,4 @@ The tabulator-separated log file saves all messages of the [Main Form's Message
###License file
The license file license.dat is located in VECTO's program directory. Without a valid lisence file VECTO won't run.
It no valid license file is provided with your VECTO version please contact <vecto@jrc.ec.europa.eu>.
It no valid license file is provided with your VECTO version please contact [vecto@jrc.ec.europa.eu](mailto:vecto@jrc.ec.europa.eu).
......@@ -8,10 +8,10 @@ set LIST=
for /f %%f in (files.txt) do set LIST=!LIST! "%%f"
pandoc %LIST% -s -S --toc --toc-depth=2 --self-contained --section-divs --mathjax=includes/mathjax.js -c includes/style.css -B includes/header.html -A includes/footer.html -o help.html -H includes/jquery-1.11.3.min.js -H includes/jquery-ui-1.11.4.min.js -H includes/include.js
pandoc %LIST% -s -S --toc --toc-depth=2 --self-contained --email-obfuscation=none --section-divs --mathjax=includes/mathjax.js -c includes/style.css -B includes/header.html -A includes/footer.html -o help.html -H includes/jquery-1.11.3.min.js -H includes/jquery-ui-1.11.4.min.js -H includes/include.js
REM pandoc %LIST% -s -S --toc --toc-depth=2 --self-contained --section-divs --webtex -c includes/style.css -B includes/header.html -A includes/footer.html -o help.html -H includes/jquery-1.11.3.min.js -H includes/jquery-ui-1.11.4.min.js -H includes/include.js
REM pandoc %LIST% -s -S --toc --toc-depth=2 --self-contained --section-divs --webtex="https://latex.codecogs.com/svg.latex?\large " -c includes/style.css -B includes/header.html -A includes/footer.html -o help.html -H includes/jquery-1.11.3.min.js -H includes/jquery-ui-1.11.4.min.js -H includes/include.js
REM pandoc %LIST% -s -S --toc --toc-depth=2 --self-contained --email-obfuscation=none --section-divs --webtex -c includes/style.css -B includes/header.html -A includes/footer.html -o help.html -H includes/jquery-1.11.3.min.js -H includes/jquery-ui-1.11.4.min.js -H includes/include.js
REM pandoc %LIST% -s -S --toc --toc-depth=2 --self-contained --email-obfuscation=none --section-divs --webtex="https://latex.codecogs.com/svg.latex?\large " -c includes/style.css -B includes/header.html -A includes/footer.html -o help.html -H includes/jquery-1.11.3.min.js -H includes/jquery-ui-1.11.4.min.js -H includes/include.js
echo Generated outputfile: help.html
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment