Loading pandoc/thesis-report.md +1 −0 Original line number Original line Diff line number Diff line --- --- colorprofile: color # 'color' or 'bw' colorprofile: color # 'color' or 'bw' language: czech # 'czech' or 'english' reporttype: reader # 'reader' or 'supervisor' or 'inter-reader' reporttype: reader # 'reader' or 'supervisor' or 'inter-reader' thesistype: bc # 'bc' or 'mgr' or 'phd' thesistype: bc # 'bc' or 'mgr' or 'phd' thesisname: The Great Thesis thesisname: The Great Thesis Loading thesis-report.tex +7 −2 Original line number Original line Diff line number Diff line \documentclass[12pt]{fi-thesis-report} \documentclass[12pt]{fi-thesis-report} % OPTIONAL: class options % - bw: use black & white logo and link colors % - english: use english for the report % e.g. \documentclass[12pt, english, bw] \usepackage{lipsum} \usepackage{lipsum} % MANDATORY: Choose color or black-and-white version % DEPRECATED: Choose color or black-and-white version \setColorProfile{color} % 'color' or 'bw' % (use bw documentclass option for black & white design % \setColorProfile{color} % 'color' or 'bw' % MANDATORY: Set report & thesis types, student and thesis names. % MANDATORY: Set report & thesis types, student and thesis names. \setReportType{reader} % 'reader' or 'supervisor' or 'inter-reader' \setReportType{reader} % 'reader' or 'supervisor' or 'inter-reader' Loading Loading
pandoc/thesis-report.md +1 −0 Original line number Original line Diff line number Diff line --- --- colorprofile: color # 'color' or 'bw' colorprofile: color # 'color' or 'bw' language: czech # 'czech' or 'english' reporttype: reader # 'reader' or 'supervisor' or 'inter-reader' reporttype: reader # 'reader' or 'supervisor' or 'inter-reader' thesistype: bc # 'bc' or 'mgr' or 'phd' thesistype: bc # 'bc' or 'mgr' or 'phd' thesisname: The Great Thesis thesisname: The Great Thesis Loading
thesis-report.tex +7 −2 Original line number Original line Diff line number Diff line \documentclass[12pt]{fi-thesis-report} \documentclass[12pt]{fi-thesis-report} % OPTIONAL: class options % - bw: use black & white logo and link colors % - english: use english for the report % e.g. \documentclass[12pt, english, bw] \usepackage{lipsum} \usepackage{lipsum} % MANDATORY: Choose color or black-and-white version % DEPRECATED: Choose color or black-and-white version \setColorProfile{color} % 'color' or 'bw' % (use bw documentclass option for black & white design % \setColorProfile{color} % 'color' or 'bw' % MANDATORY: Set report & thesis types, student and thesis names. % MANDATORY: Set report & thesis types, student and thesis names. \setReportType{reader} % 'reader' or 'supervisor' or 'inter-reader' \setReportType{reader} % 'reader' or 'supervisor' or 'inter-reader' Loading