Answering my own question:
Yes, this is the correct path.
Search found 3 matches
- Sun Nov 22, 2020 9:11 pm
- Forum: Document Classes
- Topic: Change the documentclass settings
- Replies: 1
- Views: 436
- Sun Nov 22, 2020 9:10 pm
- Forum: Fonts & Character Sets
- Topic: Change the font to a titleformat defintion
- Replies: 0
- Views: 194
Change the font to a titleformat defintion
I want to customize the typeface for chapters and sections in the settings of a .def file. My question is, how do I that? For example, this is the subsection style as it is now: \titleformat{\subsection}% [hang]% shape {\fontfamily{palatino}\normalfont\large}% format applied to label+text {\thesubse...
- Sun Nov 22, 2020 6:50 pm
- Forum: Document Classes
- Topic: Change the documentclass settings
- Replies: 1
- Views: 436
Change the documentclass settings
I want to write a .tex file in the tufte-handout document class. Of course, what one would do is just to declare this document class in the pre-amble: \documentclass{tufte-handout} But I want to make a few changes to the styling of the document. Change the headings font, bibliography style etc. The ...