https://github.com/samreynoldsmath/multi-paper-dissertation-template
A multi-paper dissertation template for LaTeX.
https://github.com/samreynoldsmath/multi-paper-dissertation-template
dissertation-template latex-template multipaper
Last synced: 3 months ago
JSON representation
A multi-paper dissertation template for LaTeX.
- Host: GitHub
- URL: https://github.com/samreynoldsmath/multi-paper-dissertation-template
- Owner: samreynoldsmath
- License: mit
- Created: 2024-05-05T18:31:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T20:24:52.000Z (about 2 years ago)
- Last Synced: 2025-01-12T22:41:58.266Z (over 1 year ago)
- Topics: dissertation-template, latex-template, multipaper
- Language: TeX
- Homepage:
- Size: 7.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Multi-paper Dissertation Template
## Description
A multi-paper dissertation template for LaTeX.
A multi-paper dissertation is a dissertation that consists of multiple papers that have been published in peer-reviewed journals. This template attempts to conform to Portland State University's [ETD formatting requirements](https://www.pdx.edu/gradschool/etd-formatting-requirements) as of 2024.
## Instructions
1. Click the green "Use this template" button to create a new repository with this template.
2. Clone the repository to your local machine.
3. Edit `dissertation.tex` and the files in the `src` directory as you see fit.
## Tips
- You can clear the TeX build files with `git` by running
```bash
git clean -ix .
```
- In a 12pt font LaTeX document, the following font sizes are available:
| Command | Size |
| --- | --- |
| `\normalsize` | 12pt |
| `\small` | 11pt |
| `\footnotesize` | 10pt |
- Use `split` environments to split equations across multiple lines while preserving a single equation number.
- Search for `overfull` warnings in the `.log` file to find lines that are too long.
## See Also
- Other [LaTeX templates](https://github.com/samreynoldsmath/hdt-latex-templates)
- Organize your LaTeX preamble with [texmf](https://github.com/samreynoldsmath/texmf)