Skip to content
GitLab
Menu
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-slides
Commits
d309a9d5
Commit
d309a9d5
authored
Dec 09, 2018
by
Alija Sabic
Browse files
Update README and help instructions
parent
580794b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
.utils
View file @
d309a9d5
...
@@ -22,11 +22,11 @@ INSTRUCTIONS = "$(call print_banner,$(pr),$(sc)Help Instructions $(rst))\n"
...
@@ -22,11 +22,11 @@ INSTRUCTIONS = "$(call print_banner,$(pr),$(sc)Help Instructions $(rst))\n"
"(default: $(pr)$(dollar)BASENAME$(rst)).\n" \
"(default: $(pr)$(dollar)BASENAME$(rst)).\n" \
"$(pr)$(dollar)VARIANTS$(rst) is used to specify none, one, or multiple variants" \
"$(pr)$(dollar)VARIANTS$(rst) is used to specify none, one, or multiple variants" \
"(default: $(pr)$(dollar)BASEVARIANTS$(rst)).\n" \
"(default: $(pr)$(dollar)BASEVARIANTS$(rst)).\n" \
"$(pr)$(dollar)OPTS$(rst) is used to pass additional options to latexmk
.\n"
\
"$(pr)$(dollar)OPTS$(rst) is used to pass additional options to
$(sc)
latexmk
$(rst).\n"
\
"\n" \
"\n" \
"Examples:\n\n" \
"Examples:\n\n" \
" $(dollar) make $(pr)OPTS$(rst)=$(sc)-gg$(rst)\n" \
" $(dollar) make $(pr)OPTS$(rst)=$(sc)-gg$(rst)\n" \
" $(dollar) make $(pr)TARGET$(rst)=$(sc)resources/tex/
figures/log
o$(rst) view\n" \
" $(dollar) make $(pr)TARGET$(rst)=$(sc)resources/tex/
intr
o$(rst) view\n"
\
" $(dollar) make $(pr)VARIANTS$(rst)=$(sc)handout,presentation$(rst) build\n" \
" $(dollar) make $(pr)VARIANTS$(rst)=$(sc)handout,presentation$(rst) build\n" \
" $(dollar) make $(pr)VARIANTS$(rst)=, view\n" \
" $(dollar) make $(pr)VARIANTS$(rst)=, view\n" \
"\n" \
"\n" \
...
...
README.asciidoc
View file @
d309a9d5
...
@@ -2,35 +2,6 @@
...
@@ -2,35 +2,6 @@
Template for LaTeX beamer slides (FHTW).
Template for LaTeX beamer slides (FHTW).
// == Make
// You can build presentation, handout, and notes variants of `$BASENAME` with
// ----
// $ make presentation
// $ make handout
// $ make notes
// ----
// or create all three with
// ----
// $ make all
// ----
// The results are placed in `$BUILDDIR`.
// Auxiliary files can be deleted with
// ----
// $ make clean
// ----
// and all files with
// ----
// $ make distclean
// ----
== Help Instructions
== Help Instructions
Provided targets:
Provided targets:
...
@@ -53,7 +24,7 @@ Three environment variables are used to configure the behavior of those targets:
...
@@ -53,7 +24,7 @@ Three environment variables are used to configure the behavior of those targets:
----
----
pass:q[
pass:q[
$ make *OPTS*=-gg
$ make *OPTS*=-gg
$ make *TARGET*=resources/tex/
figures/log
o *view*
$ make *TARGET*=resources/tex/
intr
o *view*
$ make *VARIANTS*=handout,presentation *build*
$ make *VARIANTS*=handout,presentation *build*
$ make *VARIANTS*=, *view*
$ make *VARIANTS*=, *view*
]
]
...
@@ -106,7 +77,6 @@ This beamer template provides various features, viz.
...
@@ -106,7 +77,6 @@ This beamer template provides various features, viz.
== Notes
== Notes
.read documentation on the various `LaTeX` packages
.read documentation on the various `LaTeX` packages
====
====
----
----
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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