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
2300df54
Commit
2300df54
authored
Dec 02, 2018
by
Alija Sabic
Browse files
Write README
parent
27a3e920
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.asciidoc
View file @
2300df54
...
...
@@ -14,17 +14,19 @@ $ make
Individual files or targets may be specified using `$TARGET`
[subs=+macros]
----
$ make TARGET=demo.tex
$ make TARGET=resources/tex/chapter.tex
$ make TARGET=resources/figures/figure.tex
$ make TARGET=resources/tables/table.tex
$ 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]
----
$ export TARGET=resources/tex/chapter02.tex
$ export
*
TARGET
*
=resources/tex/chapter02.tex
$ make
$ ...
$ make
...
...
@@ -33,9 +35,10 @@ $ make
To provide additional configuration to `latexmk` use `$OPTS`.
For instance, to force build process each time issue
[subs+=macros]
----
$ make OPTS=-gg
$ make TARGET=resouces/figures/figure.tex OPTS=-gg
$ 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