-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UIUC LaTeX PDF ECE Department Thesis Style #15
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Randomly was receiving: "template" (line 149, column 9): unexpected "\\" The issue was in commented out latex code for math their was inline math, e.g. `$$` being picked up by pandoc c.f. jgm/pandoc#2937
Right now, the PR is being held up due to ! Undefined control sequence.
\MakeUppercase ...ppercaseUnsupportedInPdfStrings
Error: Failed to compile _main.tex. See https://yihui.name/tinytex/r/#debugging for debugging tips. See _main.log for more info.
Please delete _main.Rmd after you finish debugging the error. |
…tring{\MakeUppercase{text}}{}`. **Note:** Not all instances were changed in the class file. Based off of solution: https://tex.stackexchange.com/questions/199374/makeuppercase-in-section-and-chapter-with-hyperref-cause-trouble
So, the solution I opted to go for here is to modify the That is, going from: \MakeUppercase{} to \texorpdfstring{\MakeUppercase{text}}{} Useful links:
Note: Not all instances were changed. Only instances that dealt with a |
Still not where it needs to be...
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes #14 by implementing the ECE thesis style
thesisdown::thesis_pdf
thesis.tex
over totemplate.tex
hyperref
_bookdown.yml
andoutput.yml
ECE Thesis style is available at:
Further details can be found on the official ECE Department @ UIUC Website.
Template disclaimer
The Grad College at UIUC does not provide a LaTeX template. The template converted here is the "best" LaTeX version available. However, there is a word thesis template available here: https://grad.illinois.edu/thesis/format
Note: It might be fun to look into
redoc
andofficer
.There are other templates around such as: