docs: fix PAPER_TYPE and configure PROJECT_NUMBER

Signed-off-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com>
This commit is contained in:
Eisuke Kawashima
2026-06-14 12:31:36 +09:00
parent 54e394ddaf
commit ea245b914d
+2 -2
View File
@@ -32,7 +32,7 @@ PROJECT_NAME = "Open Babel"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
PROJECT_NUMBER = 3.1
PROJECT_NUMBER = ${BABEL_MAJ_VER}.${BABEL_MIN_VER}
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer
@@ -1269,7 +1269,7 @@ COMPACT_LATEX = NO
# by the printer. Possible values are: a4, letter, legal and
# executive. If left blank a4wide will be used.
PAPER_TYPE = a4wide
PAPER_TYPE = a4
# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
# packages that should be included in the LaTeX output.