You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,16 +18,16 @@ Variables have two potential configuration points, which will be described here.
18
18
## MultiMarkdown Frontmatter
19
19
1.`latex author`,`$AUTHOR` - name of the paper author
20
20
2.`latex title`, `$TITLE` - title of the document
21
-
3.`bibtex`, `$BIBTEX` - defines the Bibtex file to process for this document. Delete this line to eliminate bibliography support
22
-
4.`myreporttype`, `$REPORTTYPE` - The document type displayed on the cover page, should be either `Thesis` for Masters students or `Dissertation` for PhD students
23
-
5.`mydegree`, `$DEGREE` - The degree that is being awarded with this document. This should be the full degree, so `Masters of Science`, not simply `Masters`.
24
-
6.`mydepartment`, `$DEPARTMENT` - The Department which is awarding this degree
21
+
3.`abstract`, `$ABSTRACT` - defines the name of the file to include directly into the LaTeX output as the abstract
22
+
4.`public abstract`, `$PUBLIC_ABSTRACT` - define the name of the file to include directly into the LaTeX output as the abstract
23
+
4.`bibtex`, `$BIBTEX` - defines the Bibtex file to process for this document. Delete this line to eliminate bibliography support
24
+
5.`myreporttype`, `$REPORTTYPE` - The document type displayed on the cover page, should be either `Thesis` for Masters students or `Dissertation` for PhD students
25
+
6.`mydegree`, `$DEGREE` - The degree that is being awarded with this document. This should be the full degree, so `Masters of Science`, not simply `Masters`.
26
+
7.`mydepartment`, `$DEPARTMENT` - The Department which is awarding this degree
25
27
26
28
## LaTeX/Metadata Variables
27
29
28
-
1.`myabstract` - if this LaTeX variable is defined, the variable will be inserted as the abstract for the paper. This overrides the `abstract` variable
29
-
2.`abstract`, `$ABSTRACT` - if this LaTeX variable is defined, include the contents of the file named as the abstract.
30
-
3.`myacknowledgements`, `$ACKNOWLEDGEMENTS` - If defined, the value of this variable will be inserted as acknowledgements
31
-
4.`mykeywords`, `$KEYWORDS` - Keywords which are inserted into the document for metadata purposes
32
-
5.`mycommittee`, `$COMMITTEE` - List of committee members to place on cover page. This is unfiltered, so raw LaTeX is fully supported for multi-line and odd names
33
-
6.`mylinespace` - If defined, sets the line spacing of the document using the [setspace](http://www.ctan.org/tex-archive/macros/latex/contrib/setspace/) package.
30
+
1.`myacknowledgements`, `$ACKNOWLEDGEMENTS` - If defined, the value of this variable will be inserted as acknowledgements
31
+
2.`mykeywords`, `$KEYWORDS` - Keywords which are inserted into the document for metadata purposes
32
+
3.`mycommittee`, `$COMMITTEE` - List of committee members to place on cover page. This is unfiltered, so raw LaTeX is fully supported for multi-line and odd names
33
+
4.`mylinespace` - If defined, sets the line spacing of the document using the [setspace](http://www.ctan.org/tex-archive/macros/latex/contrib/setspace/) package.
0 commit comments