Skip to content

monchewharry/Phd_thesis_LatexTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latex Formatting of my PhD dissertation

2022-02-23

This is the dissertation template for My PhD. Feel free to use.

How to make label and ref consistent

find and replace all label and ref by adding prefix chp[num]-. Use non-greedy ?.

in chp1.tex do

\\label\{(.*?)\} #find
\\label{chp1-$1} #replace

\\ref\{(.*?)\} #find
\\ref{chp1-$1} #replace

Compile issues (When using Tex Shop)

try xelatex->bibtex->xelatex->xelatex

better to use the extension LaTeX-Workshop in vscode

Dissertation requirements

  • Abstract: The body of the abstract may not exceed 350 words in length.
  • Minimum Margins: The minimum acceptable margins for all pages of the dissertation and the abstract are 1 inch on left and 1 inch on the top, bottom, and right.
  • Font and Point Size: Recommended fonts include Arial, Times New Roman, and Helvetica with a point size of either 11 or 12.
  • Print: Print should be clear, clean, and dark with no shadows or stray marks. Remember to remove tracking changes.
  • Spacing: The text of the dissertation should be double-spaced. Long quotations, footnotes, appendices, and references may be single-spaced.
  • Photographs and Graphics: Photographs, graphics, and scanned images in the dissertation should be high quality. The use of color is acceptable.
  • Use of materials copyrighted by others: Any material included that goes beyond “fair use” requires written permission of the copyright owner. See specifications on Submittable. It may be useful to include these in the dissertation as an appendix.
  • Pagination: Preliminary pages (the title page, optional copyright page, acknowledgments, table of contents, and the like) are to be numbered consecutively using lower case Roman numerals. The title page number may be suppressed. All pages of the text, appendices (if any), and references must be numbered consecutively using Arabic numerals. The abstract is not paginated. Page number locations should be consistent throughout the document.
  • Landscape pages: The top of a landscape page should be at the left margin and the bottom at the right margin. The page number is to be in the same relative position as on the portrait pages.
  • Sequence of the main components of the dissertation: The appropriate order of the major sections of the dissertation follows:
flowchart LR;
  abstract --> title --> copyright--> committee--> acknowledgments;
  acknowledgments--> TOC--> Main--> references--> appendices;
Loading

The order of the appendices and the references may be reversed if the appendices are lengthy.

  • Footnotes, Endnotes, and References: The format that is accepted in your discipline or that is prescribed by your advisory committee should be followed.
  • Photocopied journal articles in the dissertation: When appropriate, photocopied articles already published in journals may be included in a dissertation. Photocopying must conform to the margins noted above. An original letter from each journal, granting permission for the inclusion of the photocopied article in the dissertation is necessary to assure that there are no permission issues or violations of copyright. In requesting a letter of permission, it is important to tell the journal that Submittable will be posting the dissertation to third party search engines. The journal usually will require that the journal be the first publisher of the article. Please retain a copy of all permissions granted for your personal file.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages