Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
External Relations
Document Templates
FI thesis report template
Commits
a3c8d060
Commit
a3c8d060
authored
Jun 10, 2016
by
Vladimír Štill
Browse files
pandoc: Add missing definitions for lists and syntax highlighter.
parent
3cd8e75f
Changes
1
Hide whitespace changes
Inline
Side-by-side
pandoc/template.tex
View file @
a3c8d060
...
...
@@ -15,6 +15,19 @@ $for(header-includes)$
$
header
-
includes
$
$
endfor
$
% for pandoc lists
\usepackage
{
enumitem
}
\providecommand
{
\tightlist
}{
%
\setlength
{
\itemsep
}{
0pt
}
%
\setlength
{
\parskip
}{
0pt
}
%
\setlength
{
\topsep
}{
0pt
}
%
\setlength
{
\partopsep
}{
0pt
}}
% for the sake of syntax highlighter in pandoc
$
if
(
highlighting
-
macros
)
$
$
highlighting
-
macros
$
$
endif
$
% Thesis report begin
\begin{document}
...
...
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