Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 2d555cfd authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

add print css to fix page brakes, add vcdb example

parent 2fef6224
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,29 @@
The file is needed for Vair & Beta [Cross Wind Correction](#cross-wind-correction). The file uses the [VECTO CSV format](#csv).
- Filetype: .vcdb
- Header: **Beta [°], cd Delta Value [m^2]**
- Header: **beta [°], delta CdA [m^2]**
- Requires at least 2 data entries
**Example:**
TODO
beta [°],delta CdA [m²]
0,0.00
1,0.07
2,0.21
3,0.40
4,0.64
5,0.90
6,1.19
7,1.48
8,1.76
9,2.02
10,2.25
20,3.14
40,3.24
60,-0.76
80,-4.76
100,-9.01
120,-15.01
140,-21.01
160,-20.86
180,-16.15
......@@ -8,7 +8,7 @@ set LIST=
for /f %%f in (files.txt) do set LIST=!LIST! "%%f"
pandoc -f markdown+raw_html %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
pandoc -f markdown+raw_html %LIST% -s -S --toc --toc-depth=2 --self-contained --email-obfuscation=none --section-divs --mathjax=includes/mathjax.js -c includes/style.css -c includes/print.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
......
This diff is collapsed.
<div id="FOOTER">
<a target="mainframe" href="mailto:vecto@jrc.ec.europa.eu">Contact</a>
<a style="text-align:right; float:right" href="javascript:$('div').show().css({'padding-left':'0px'}).filter('#CONTENT,#TOC,#HEADER,#FOOTER,#MathJax_Message').hide();">Print View</a>
<a style="text-align:right; float:right" href="javascript:$('div').show().not('.vecto2').not('.vecto3').css({'padding-left':'0px'}).filter('#CONTENT,#TOC,#HEADER,#FOOTER,#MathJax_Message').hide();">Print View</a>
</div>
\ No newline at end of file
@media print {
#CONTENT {
display: none;
}
#HEADER {
display: none;
}
body > div {
display: block;
padding-left: 2em;
}
.section.level2 {
page-break-before: always;
}
a, a:visited, a:link {
color: blue;
}
}
\ No newline at end of file
beta [°],delta Cd*A [m²]
beta [°],delta CdA [m²]
0,0.00
1,0.07
2,0.21
......
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