mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 06:44:21 +00:00
🔨 Pass options to the latex makefile
This commit is contained in:
parent
2d05e25913
commit
b4e27014e8
1 changed files with 6 additions and 3 deletions
|
@ -4,9 +4,12 @@
|
||||||
# You can set these variables from the command line, and also
|
# You can set these variables from the command line, and also
|
||||||
# from the environment for the first two.
|
# from the environment for the first two.
|
||||||
SPHINXOPTS ?=
|
SPHINXOPTS ?=
|
||||||
SPHINXBUILD ?= sphinx-build
|
SPHINXBUILD ?= "sphinx-build"
|
||||||
SOURCEDIR = source
|
SOURCEDIR = "source"
|
||||||
BUILDDIR = build
|
BUILDDIR = "build"
|
||||||
|
|
||||||
|
export LATEXMKOPTS ?= ""
|
||||||
|
export LATEXOPTS ?= "-interaction=nonstopmode"
|
||||||
|
|
||||||
# Put it first so that "make" without argument is like "make help".
|
# Put it first so that "make" without argument is like "make help".
|
||||||
help:
|
help:
|
||||||
|
|
Loading…
Reference in a new issue