We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e849a commit e1fb069Copy full SHA for e1fb069
scripts/generate_pdf.sh
@@ -21,7 +21,7 @@ pandoc -N --toc --smart --latex-engine=xelatex \
21
--listings \
22
-V title="TiDB Documentation" \
23
-V author="PingCAP Inc." \
24
- -V date="v1.0.0\$\sim\$${_version_tag}" \
+ -V date="${_version_tag}" \
25
-V CJKmainfont="${MAINFONT}" \
26
-V fontsize=12pt \
27
-V geometry:margin=1in \
0 commit comments