-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add/Document a variant for compiling without images #17
Comments
The parent To give it a try, please change the first line of the |
@ibnesayeed Will-do once I port my files over the hierarchy in this repo. In the meantime, the effects of the draft option should be documented in the README. |
Additionally, at least in the "draft" feature in the class I am using (which I believe has a similar basis as wsdlthesis) is that even figures w/o images get the outline treatment. It would be useful to have a different variant where listings within figures are still displayed when the drafts option is enabled. |
I did not add the anything specific about the
Currently, there is a fallback "catch all"-style parameter passing to the parent class. Any custom handling of \DeclareOption*{\PassOptionsToClass{\CurrentOption}{report}} |
My current draft takes some non-trivial amount of time (1m54s) to compile (pdflatex, bibtex, pdflatex, pdflatex) if images are included and rendered inline. For iterating to ensure changes in text were interpreted correctly (e.g., formulas, Xref'd figs), I would like a documented option for quicker compilation (currently 8sec for above 4 cmds with below cmd). Currently, prior to applying this template, I use the same class with two different options also containing stylistic differences (for higher information density while reviewing):
\documentclass[10pt,phdthesis,doublespace,oneside,thesisdraft]{my_thesis_style}
\documentclass[9pt,phdthesis,singlespace,oneside,thesisdraft,draft]{my_thesis_style}
A shorter option or toggle as defined within the wsdlthesis class would be useful.
The text was updated successfully, but these errors were encountered: