mirror of
https://github.com/openbabel/openbabel.git
synced 2026-08-08 12:08:06 -05:00
docs: fix PAPER_TYPE and configure PROJECT_NUMBER
Signed-off-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com>
This commit is contained in:
+2
-2
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user