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
2e67d851
Commit
2e67d851
authored
Dec 02, 2018
by
Alija Sabic
Browse files
Write README
parent
2bd75b63
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.asciidoc
0 → 100644
View file @
2e67d851
= FHTW LaTeX Document Template
Template for LaTeX document (FHTW).
== Make
You can build the main file specified in the Makefile (cf. `$BASENAME`) by issuing following command
----
$ make
----
Individual files or targets may be specified using `$TARGET`
----
$ 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
----
$ 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
----
$ make OPTS=-gg
$ make TARGET=resouces/figures/figure.tex OPTS=-gg
----
The Makefile provides different targets, i.e.,
[horizontal]
build:: Either build using file specified with `$BASENAME`, or use `$TARGET` if set.
log:: `grep` error entries of log file of `$BASENAME` or `$TARGET`.
view:: Same as build, additionally open output with a viewer (cf. Makefile, `$VIEWER`).
preview:: Same as build, additionally open output with a viewer and rebuild on demand (cf. Makefile, `$VIEWER`).
clean:: Delete auxiliary files of build of `$BASENAME` or `$TARGET`.
distclean:: Delete all files of build of `$BASENAME` or `$TARGET`.
help:: Print help instructions.
README.md
deleted
100644 → 0
View file @
2bd75b63
# fhtw-latex-document
Template for LaTeX document (FHTW)
\ No newline at end of file
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