Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 697eb14b authored by gsell's avatar gsell
Browse files

manual2pdf: no need to tweak bibliography reference labels any more

parent 4758ea88
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,6 @@ if [[ "${create_tex_output}" == "no" ]]; then
dblatex -V -P "table.default.position=[hp]" -t pdf "${xml_fname}" || exit 2
else
asciidoctor -v -b docbook5 -d book "${input_fname}" || exit 1
"${mydir}/enum_bibrefs" "${xml_fname}" || exit 2
dblatex --texstyle="${texstyle}" -V -P "table.default.position=[H]" -t tex "${xml_fname}" || exit 2
pdflatex "${tex_fname}" || exit 3
pdflatex "${tex_fname}" || exit 4
......
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