Skip to content

Commit b4f4100

Browse files
author
Clément
committed
Clarified toggle for MS students.
1 parent 717b8aa commit b4f4100

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

md_version/info/info.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
% The ".\ " makes sure the spacing after the dot is correct, cf. https://tex.stackexchange.com/a/2230/.
1010
\newcommand{\yourkeywords}{Key1, Key2, A longer keyword} % Separate your keywords with ",".
1111
% One of the following two lines should be commented, and one should be un-commented.
12-
%\togglefalse{ms} % Comment this toggle if you are a PhD student.
13-
\toggletrue{ms} % Comment this toggle if you are a MS student
12+
\togglefalse{ms} % Comment this toggle if you are a MS student.
1413
\newcommand{\yourdate}{2024-12-23} % Enter the date in the YYYY-MM-DD format. Only the month and year will be displayed on the cover
1514

1615
%%%%%%%%%%%%%%%%%%%%%%%%%

md_version/main.pdf

13 Bytes
Binary file not shown.

md_version/templates/head_a.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
% page.
66
\usepackage{etoolbox}
77
\newtoggle{ms}
8+
\toggletrue{ms}

md_version/templates/head_b.tex

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@
1616
\usepackage[english]{datetime2} % To extract the month and year from the date.
1717
\usepackage{chngcntr} % To obtain a "global numbering" of tables and figures.
1818
\usepackage{xpatch} % To patch some commands, for the title page.
19-
% Option to set maximum width, courtesy of https://github.com/jgm/pandoc-templates/blob/master/default.latex.orig
20-
\makeatletter
21-
\def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi}
22-
\def\maxheight{\ifdim\Gin@nat@height>\textheight\textheight\else\Gin@nat@height\fi}
23-
\makeatother
24-
% Scale images if necessary, so that they will not overflow the page
2519

2620
%%%%%%%%%%%%%%
2721
% Cover page %
@@ -59,7 +53,7 @@
5953
\makeatletter
6054
\pretocmd{\yourdate}{%
6155
\vspace{1em}
62-
Submitted to the Faculty of the Graduate School\\
56+
Submitted to the Faculty of The Graduate School\\
6357
of Augusta University in partial fulfillment\\
6458
of the Requirements of the Degree of\\
6559
\iftoggle{ms}{Master of Science}{Doctor of Philosophy} % This toggle will display either

0 commit comments

Comments
 (0)