Search found 9 matches
- Mon Dec 14, 2020 5:12 pm
- Forum: Theses, Books, Title pages
- Topic: Proper way to make frontmatter and backmatter chapters with Legrand Orange
- Replies: 0
- Views: 394
Proper way to make frontmatter and backmatter chapters with Legrand Orange
I'm working on a book using the Legrand Orange Book template, and I need to figure out the best way to make chapters in the frontmatter and backmatter. Standard chapters are based on the following elements: \chapterimage{myimage.jpg} \chapter[Short title]{Long Chapter Title} \label{ch:raisingPets} B...
- Sun Sep 17, 2017 9:05 pm
- Forum: Theses, Books, Title pages
- Topic: Legrand Orange Book: Changing from A4 to Letter messes up TOC
- Replies: 7
- Views: 2232
Legrand Orange Book: Changing from A4 to Letter messes up TOC
[OOPS! Double posted!]
- Sun Sep 17, 2017 8:56 pm
- Forum: Theses, Books, Title pages
- Topic: Legrand Orange Book: Changing from A4 to Letter messes up TOC
- Replies: 7
- Views: 2232
Legrand Orange Book: Changing from A4 to Letter messes up TOC
As a note to anyone else dealing with these kinds of issues, I've been re-reformatting structure.tex and recompiling my document after every couple changes, and I've realized something that I've never seen mentioned elsewhere: LaTeX syntax is incredibly fragile , even compared to a language like Pyt...
- Sun Sep 17, 2017 7:10 pm
- Forum: Theses, Books, Title pages
- Topic: Legrand Orange Book: Changing from A4 to Letter messes up TOC
- Replies: 7
- Views: 2232
Legrand Orange Book: Changing from A4 to Letter messes up TOC
Johannes_B wrote:Without knowing more, it is hard to give any advice.
Did you compile multiple times?
Oh yes!
- Sun Sep 17, 2017 7:10 pm
- Forum: Theses, Books, Title pages
- Topic: Legrand Orange Book: Changing from A4 to Letter messes up TOC
- Replies: 7
- Views: 2232
Legrand Orange Book: Changing from A4 to Letter messes up TOC
Starting with a fresh copy of the template, I've replaced the first coding line of structure.tex that specifies geometry with your command and I can't reproduce the problem. Perhaps you've modified something else that's causing it? Thanks for the response, Vel. I've modified structure.tex extensive...
- Sun Sep 17, 2017 3:10 pm
- Forum: Theses, Books, Title pages
- Topic: Legrand Orange Book: Changing from A4 to Letter messes up TOC
- Replies: 7
- Views: 2232
Legrand Orange Book: Changing from A4 to Letter messes up TOC
I changed the paper size in the Legrand Orange Book template from A4 to Letter , and as a result the table of contents part number (the big Roman numeral) was moved from the left of the part name to above it, as can be seen here: https://imgur.com/a/S24xx https://imgur.com/a/S24xx The relevant secti...
- Sun Sep 17, 2017 6:25 am
- Forum: Theses, Books, Title pages
- Topic: How do I change Lagrande Orange to use only Unicode fonts? Topic is solved
- Replies: 3
- Views: 1992
How do I change Lagrande Orange to use only Unicode fonts? Topic is solved
After much searching and even more trial and error, I've found what appears to be the solution. The template doesn't assign fonts to different elements, but rather font classes (or "families"; not sure about the proper term). So body text is set to serif, headers to sans, etc., with comman...
- Sat Sep 16, 2017 10:13 am
- Forum: Theses, Books, Title pages
- Topic: How do I change Lagrande Orange to use only Unicode fonts? Topic is solved
- Replies: 3
- Views: 1992
How do I change Lagrande Orange to use only Unicode fonts? Topic is solved
Thanks so much for your answer, Stefan. Your suggestion allows me to use TeX Gyre Adventor (or any other font, in theory) as the single font for the entire document . That's a step forward! The problem I'm having is a bit different, though -- the default Lagrande Orange template defines two differen...
- Fri Sep 15, 2017 4:23 am
- Forum: Theses, Books, Title pages
- Topic: How do I change Lagrande Orange to use only Unicode fonts? Topic is solved
- Replies: 3
- Views: 1992
How do I change Lagrande Orange to use only Unicode fonts? Topic is solved
I'm using the Lagrande Orange book template, and I need to use Unicode fonts for everything. I've figured out how to do this for specifically designated text: \usepackage[]{fontspec} \newfontfamily\unifont[]{Unicode Font Here} \begin{unifont}þøłßðđŋħ\end{unifont} But I need to change the default bod...