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-slides
Commits
2e915290
Commit
2e915290
authored
Nov 26, 2018
by
Alija Sabic
Browse files
Write README
parent
9019a928
Changes
3
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
2e915290
...
...
@@ -23,7 +23,7 @@ LATEXMKC = export TARGET=$1 && export TYPE="" && $(call LATEXMK,$1,$2)
all
:
build/ $(TARGETS)
slides
:
$(BUILDDIR)/ $(BASENAME)-presentation.pdf
presentation
:
$(BUILDDIR)/ $(BASENAME)-presentation.pdf
handout
:
$(BUILDDIR)/ $(BASENAME)-handout.pdf
notes
:
$(BUILDDIR)/ $(BASENAME)-notes.pdf
...
...
@@ -45,7 +45,7 @@ distclean:
%/
:
mkdir
-p
$@
.PHONY
:
all
slides
handout notes clean distclean .FORCE
.PHONY
:
all
presentation
handout notes clean distclean .FORCE
# Disable implicit suffix and built-in rules (for performance and profit)
.SUFFIXES
:
...
...
README.asciidoc
0 → 100644
View file @
2e915290
= FHTW LaTeX Beamer Template
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
----
== Features
This beamer template provides various features, viz.
* `*.latexmkrc*` configuration
* One source file, three different variants, i.e.,
** link:build/demo-presentation.pdf[*Presentation*]:
** link:build/demo-handout.pdf[*Handout*]:
** link:build/demo-notes.pdf[*Notes*]:
* *Acronyms*
* *Bibliography/References*
* *Sidebar* with
** Progressbar
** Table of Content
** Logo, Author, Title
* Title page drawn with *TikZ*
* Customizable main colors: `primary`, `secondary`, `accent`
* *Demos*
** Acronyms (`acro`)
** References (`natbib`)
** Itemize, Enumerate, Description, Block
** Figures
** Listings
** Tables (`tabu`)
== Notes
For documentation on the various LaTeX packages use
----
$ texdoc <package>
----
\ No newline at end of file
README.md
deleted
100644 → 0
View file @
9019a928
# fhtw-latex-slides
Template for LaTeX presentations (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