Many institutions, including mine, require a very specific style. Many even provide templates. Irritatingly, mine only provided a Word template, so I had to spend a day or two creating a LaTeX style. (Procrastination bonus: I was "working on my thesis" without actually working on my thesis). The mere fact that the provided style uses color would disqualify it as a thesis in many institutions. Also, it's somewhat dist…
Clean Thesis – A clean, simple, and elegant LaTeX style for thesis documents
61–70 of 75 posts
Re: Clean Thesis – A clean, simple, and elegant LaTeX style for thesis documents
#62Isn't the LaTeX stylesheet for your thesis usually dictated by your university? It was for me at least..
At the University of Chicago, the thesis office didn't give any indication that they'd ever heard of LaTeX. But they did hand us a long list of formatting requirements (precise margins, contents format, lots of other details) and it was clear that any deviation from those would result in your thesis being handed right back to you. Fortunately, there was a LaTeX style file that had been handed around the physics depar…
Re: Clean Thesis – A clean, simple, and elegant LaTeX style for thesis documents
#63Earlier quoted context omitted.
You seem to confuse TeX and LaTeX. Knuth himself doesn't do LaTeX so the default styles aren't from him. It's been a while since I read the documentation to KOMAscript and Memoir but I think both contain some criticism on Lamport's default styles. There is nothing wrong per se with a sans serif font for titles as long as it fits to the serif font for the main text. I'm not quite convinced though that this is the case…
> You seem to confuse TeX and LaTeX. Knuth himself doesn't do LaTeX so the default styles aren't from him. Oops, mea culpa. You're right, I mixed both thinking Latex and Tex were quite equivalent in term of style rendering. I never bothered looking into Tex, I just wrote some Latex classes (and documents, of course). > BTW, the README states that this layout has been "inspired by user guide documents from Apple Inc."…
TeX is low level formatting...like pre-CSS HTML... with the equivalent of tags every where.
LaTeX is like CSS...being a set of markup-driven global rules.
Re: Clean Thesis – A clean, simple, and elegant LaTeX style for thesis documents
#64Isn't the LaTeX stylesheet for your thesis usually dictated by your university? It was for me at least..
Re: Clean Thesis – A clean, simple, and elegant LaTeX style for thesis documents
#65I thought the default style(s) were the results of years of micro tweaking and deep studies of the impact of character positioning and flows by Knuth and that only the default \LaTeX{} style could give that 2% head start or that A instead of a B++ for any essay. Now we add blue titles ? And sans serif font ? Sarcasm apart, it looks good. Some links are 404 on the page though (classic thesis, etc.).
Re: Clean Thesis – A clean, simple, and elegant LaTeX style for thesis documents
#66Another excellent template... https://github.com/kks32/phd-thesis-template
Re: Clean Thesis – A clean, simple, and elegant LaTeX style for thesis documents
#67If the creator is reading this: Your web pages would be immediately improved 100% by adding a link to a PDF file generated using this style, showing most of what goes into a typical thesis. (You could use your own thesis for which it was developed, or just a pile of lorem ipsum.) I see that you have links to JPEGs of sample pages, but this would be much better. [EDITED to add: I am not suggesting that you remove the…
And a must-have is an example with: - pictures - tables - formulas When you can't find it in the sample PDF, you assume that adding them will be some sort of visual hell...
Re: Clean Thesis – A clean, simple, and elegant LaTeX style for thesis documents
#68Isn't the LaTeX stylesheet for your thesis usually dictated by your university? It was for me at least..
At the University of Chicago, the thesis office didn't give any indication that they'd ever heard of LaTeX. But they did hand us a long list of formatting requirements (precise margins, contents format, lots of other details) and it was clear that any deviation from those would result in your thesis being handed right back to you. Fortunately, there was a LaTeX style file that had been handed around the physics depar…
Re: Clean Thesis – A clean, simple, and elegant LaTeX style for thesis documents
#69In many universities the problem is that you need to produce a thesis according to the university specifications. A generic thesis document may help with this, but will unfortunately never solve the complete problem. Fortunately, however, most universities also have a local LaTeX guru, or you can just copy the style used by previous students.
Where I did mine, they required submissions in strict word formatting.
Re: Clean Thesis – A clean, simple, and elegant LaTeX style for thesis documents
#70Earlier quoted context omitted.
Put on github instead of passing it down? Might not work for non-comp-sci students that use LaTeX, but are not familiar with git.
True. I started using Subversion and then Mercurial for writing scientific papers during grad school (a distributed VCS was handy when editing on multiple machines), but it never seemed worth the effort to teach my collaborators how to use them from scratch.
There might be a market for a good automated multi user version control (no programming required)…