Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alija Sabic
fhtw-latex-document
Commits
48af8509
Commit
48af8509
authored
Dec 02, 2018
by
Alija Sabic
Browse files
Write README
parent
2300df54
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.asciidoc
View file @
48af8509
...
...
@@ -16,29 +16,37 @@ Individual files or targets may be specified using `$TARGET`
[subs=+macros]
----
pass:quotes[
$ make *TARGET*=demo.tex
$ make *TARGET*=resources/tex/chapter.tex
$ make *TARGET*=resources/figures/figure.tex
$ make *TARGET*=resources/tables/table.tex
]
----
Additionally, `$TARGET` may be exported to allow for shorter commands
[subs=+macros]
----
pass:quotes[
$ export *TARGET*=resources/tex/chapter02.tex
$ make
$ ...
$ make
]
----
To provide additional configuration to `latexmk` use `$OPTS`.
For instance, to force build process each time issue
[subs+=macros]
[subs=+macros]
----
pass:quotes[
$ make *OPTS*=-gg
$ make *TARGET*=resouces/figures/figure.tex *OPTS*=-gg
]
----
The Makefile provides different targets, i.e.,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment