Loading pandoc/template.tex +4 −1 Original line number Original line Diff line number Diff line \documentclass[$if(fontsize)$$fontsize$,$else$12pt,$endif$$for(classoption)$$classoption$$sep$,$endfor$]{fi-thesis-report} \documentclass[$if(fontsize)$$fontsize$,$else$12pt,$endif$$for(classoption)$$classoption$$sep$,$endfor$]{fi-thesis-report} % Set types and names % Set types and names $if(colorprofile)$\setColorProfile{$colorprofile$}$endif$ % 'color' or 'bw' $if(reporttype)$\setReportType{$reporttype$}$endif$ % 'reader' or 'supervisor' $if(reporttype)$\setReportType{$reporttype$}$endif$ % 'reader' or 'supervisor' $if(thesistype)$\setThesisType{$thesistype$}$endif$ % 'bc' or 'mgr' $if(thesistype)$\setThesisType{$thesistype$}$endif$ % 'bc' or 'mgr' $if(thesisname)$\setThesisName{$thesisname$}$endif$ $if(thesisname)$\setThesisName{$thesisname$}$endif$ $if(student)$\setStudent{$student$}$endif$ $if(student)$\setStudent{$student$}$endif$ $if(supervisor)$\setSupervisor{$supervisor$}$endif$ $if(supervisor)$\setSupervisor{$supervisor$}$endif$ $if(consultant)$\setConsultant{$consultant$}$endif$ $if(reader)$\setReader{$reader$}$endif$ $if(reader)$\setReader{$reader$}$endif$ $if(signature)$\setSignature{$signature$}$endif$ $for(header-includes)$ $for(header-includes)$ $header-includes$ $header-includes$ Loading pandoc/thesis-report.md +7 −4 Original line number Original line Diff line number Diff line --- --- colorprofile: color # 'color' or 'bw' reporttype: reader # 'reader' or 'supervisor' reporttype: reader # 'reader' or 'supervisor' thesistype: bc # 'bc' or 'mgr' thesistype: bc # 'bc' or 'mgr' thesisname: The Great Thesis thesisname: The Great Thesis student: John Doe student: John Doe supervisor: Richard Roe supervisor: Mgr. Richard Roe, Ph.D. # comment to hide reader: John Smith consultant: Ing. Maggie Lane # comment to hide reader: RNDr. John Smith # comment to hide #signature: John Smith # uncomment for custom signature header-includes: header-includes: - \usepackage{lipsum} - \usepackage{lipsum} ... ... Loading Loading
pandoc/template.tex +4 −1 Original line number Original line Diff line number Diff line \documentclass[$if(fontsize)$$fontsize$,$else$12pt,$endif$$for(classoption)$$classoption$$sep$,$endfor$]{fi-thesis-report} \documentclass[$if(fontsize)$$fontsize$,$else$12pt,$endif$$for(classoption)$$classoption$$sep$,$endfor$]{fi-thesis-report} % Set types and names % Set types and names $if(colorprofile)$\setColorProfile{$colorprofile$}$endif$ % 'color' or 'bw' $if(reporttype)$\setReportType{$reporttype$}$endif$ % 'reader' or 'supervisor' $if(reporttype)$\setReportType{$reporttype$}$endif$ % 'reader' or 'supervisor' $if(thesistype)$\setThesisType{$thesistype$}$endif$ % 'bc' or 'mgr' $if(thesistype)$\setThesisType{$thesistype$}$endif$ % 'bc' or 'mgr' $if(thesisname)$\setThesisName{$thesisname$}$endif$ $if(thesisname)$\setThesisName{$thesisname$}$endif$ $if(student)$\setStudent{$student$}$endif$ $if(student)$\setStudent{$student$}$endif$ $if(supervisor)$\setSupervisor{$supervisor$}$endif$ $if(supervisor)$\setSupervisor{$supervisor$}$endif$ $if(consultant)$\setConsultant{$consultant$}$endif$ $if(reader)$\setReader{$reader$}$endif$ $if(reader)$\setReader{$reader$}$endif$ $if(signature)$\setSignature{$signature$}$endif$ $for(header-includes)$ $for(header-includes)$ $header-includes$ $header-includes$ Loading
pandoc/thesis-report.md +7 −4 Original line number Original line Diff line number Diff line --- --- colorprofile: color # 'color' or 'bw' reporttype: reader # 'reader' or 'supervisor' reporttype: reader # 'reader' or 'supervisor' thesistype: bc # 'bc' or 'mgr' thesistype: bc # 'bc' or 'mgr' thesisname: The Great Thesis thesisname: The Great Thesis student: John Doe student: John Doe supervisor: Richard Roe supervisor: Mgr. Richard Roe, Ph.D. # comment to hide reader: John Smith consultant: Ing. Maggie Lane # comment to hide reader: RNDr. John Smith # comment to hide #signature: John Smith # uncomment for custom signature header-includes: header-includes: - \usepackage{lipsum} - \usepackage{lipsum} ... ... Loading