Tagged Questions
5
votes
2answers
130 views
Lower case in section title
I am quite newbie in LaTeX. Following examples in other questions for using lower case in titles, I tried to mimic them without success, when applying it to a section:
I am working in LyX2.0.
...
5
votes
1answer
196 views
force section and subsection to capital letters
hi Im trying to renew the section cmd to make all sections in capitals.
i have tried stuff like
\newcommand{\tmpsection}[1]{}
\let\tmpsection=\section
...
3
votes
1answer
153 views
How to uppercase heavily customised sections (sectsty+fontspec)?
I am trying to customise the aspect of a scrbook to look like a book I have.
In my case, sections should be formatted as follows: the font face should be Conques Demi, the font size 26 pt, the font ...
3
votes
1answer
132 views
Titlesec and ACM conference format: How to get proper capitalization of sections
The ACM conference format requires that the first three sections "Catagories and Subject Descriptors", "General Terms" and "Keywords" be special sections with lowercase titles. All other sections ...
2
votes
1answer
283 views
titlesec and bibliography
I use titlesec to capitalize and display the chapter title at the center. Everything is fine until I get to the bibliography, the word 'bibliography' is not capitalized. Here is an example
...
2
votes
1answer
117 views
Titlesec and xcolor not playing nicely?
I am trying to use the titlesec and xcolor packages together (well, actually, the tufte-book class is, but that's another story.)
Here is a minimal LaTeX file that illustrates my problem:
...
4
votes
3answers
522 views
Upper and lowercase of a word in the \section heading
I'm using the \section command and wanted to change just two letters of a word to be in lowercase. How can I accomplish this? I have tried using \small command but it will not change it.
...
6
votes
1answer
429 views
Acronyms in section names with classic thesis
I have troubles using acronym package with classicthesis package when I put an acronym in a section name. The least reproducible example I could come up with is this:
\documentclass{scrreprt}
% If I ...
8
votes
1answer
2k views
change the font of chapter title and section title
I am trying to change the font and format of heading using titlesec package. However it gives me the following error.
Missing { inserted \tableofcontents <br>
Missing { inserted ...
1
vote
2answers
1k views
Force References Heading to Uppercase when calling \bibliography{bib filename}
Using \bibliography{filename}
when I have
\documentclass[10pt,letterpaper,twocolumn]{article}
And
\bibliographystyle{plain}
before I call: \bibliography{filename}
I get the heading ...
8
votes
2answers
577 views
Capitalization of Titles and Headers
I'm attempting to capitalize certain titles or headings in my LaTeX file. Specifically, if I want to use \printindex, \listoffigures, or \listoftables the title heading on each of these will be ...
3
votes
3answers
2k views
Using \MakeUppercase in \@startsection
I was toying a bit with the \@startsection command to change the layout of chapter / section headings. More specifically, I wanted my headers to be converted to uppercase.
I was following an example ...
2
votes
1answer
1k views
Capitalization and periods in LaTeX section headings
I’m fairly new to LaTeX but love it. I am putting together the backbone of my dissertation in Report class. I am bound to APA style for headings. Using the Titlesec package I’ve got the headings very ...
5
votes
2answers
563 views
Is there a way to change the font style of the “References” section?
Is there a way to change the font style of the "References" section of a document?
I'm using the sectsty package to modify section fonts and my code does not seem to affect the "References" section ...