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
d4d3792b
Commit
d4d3792b
authored
Jan 29, 2017
by
Martin Ukrop
Browse files
Merge branch 'date' into 'master'
Add support for user-specified date See merge request
!8
parents
5b3cb0c5
353ac11f
Changes
4
Hide whitespace changes
Inline
Side-by-side
fi-thesis-report.cls
View file @
d4d3792b
...
...
@@ -101,5 +101,5 @@ Autor práce: & \@student
\AtEndDocument
{
\vspace
{
2em
}
\noindent
Brno
\
today
\hfill
\@
signature
Brno
\
@
date
\hfill
\@
signature
}
pandoc/template.tex
View file @
d4d3792b
...
...
@@ -13,6 +13,7 @@ $if(consultant)$\setConsultant{$consultant$}$endif$
$
if
(
reader
)
$
\setReader
{$
reader
$}$
endif
$
$
if
(
inter
-
reader
)
$
\setInterReader
{$
inter
-
reader
$}$
endif
$
$
if
(
signature
)
$
\setSignature
{$
signature
$}$
endif
$
$
if
(
date
)
$
\date
{$
date
$}$
endif
$
$
for
(
header
-
includes
)
$
$
header
-
includes
$
...
...
pandoc/thesis-report.md
View file @
d4d3792b
...
...
@@ -9,6 +9,9 @@ consultant: Ing. Maggie Lane # comment to hide
reader: RNDr. John Smith # comment to hide
inter-reader: RNDr.
\
Mary Poppins, Ph.D. # comment to hide
#signature: John Smith # uncomment for custom signature
#date: 1\. 4. 2020 # uncomment for custom date
# Note: Escaping the the first '.' via '\.' is necessary, otherwise pandoc
# gets confused and assumes this is an enumerated list.
header-includes:
-
\u
sepackage{lipsum}
...
...
...
thesis-report.tex
View file @
d4d3792b
...
...
@@ -22,6 +22,9 @@
% If signature is not set, supervisor/reader name is taken.
\setSignature
{
John Smith
}
% OPTIONAL: Set the date using \date{...}.
% If the date is not set, uses \today.
% 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