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
i4
TeX Vorlagen
neo
Commits
a8372b60
Commit
a8372b60
authored
Jul 31, 2020
by
Bernhard Heinloth
Browse files
Add help target
parent
3a88585c
Pipeline
#46066
passed with stage
in 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
a8372b60
...
...
@@ -60,5 +60,21 @@ pdfpc-%: %.pdf
evince-%
:
%.pdf
@
evince
$<
help
::
@
echo
@
echo
"Useful i4neo targets:"
@
echo
@
echo
" [FILE].pdf Generate PDF from Latex Beamer ([FILE].tex)"
@
echo
" or Markdown ([FILE].md) with Pandoc Beamer flavour"
@
echo
" preview-[FILE] Live preview with automatic rebuild on change"
@
echo
" pdfpc-[FILE] Start PDFPC presentation"
@
echo
" evince-[FILE] Open PDF in Evince viewer"
@
echo
" [FILE]_handout.pdf Generate handout version of presentation"
@
echo
" [FILE]_1x2.pdf Generate printable version with two slides per page"
@
echo
" [FILE]_2x2.pdf Generate printable version with four slides per page"
@
echo
@
echo
"Source at https://gitlab.cs.fau.de/i4/tex/i4neo"
@
echo
FORCE
:
.DELETE_ON_ERROR
:
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