{capitalization} is about letters being UPPER CASE (also called majuscules or capitals) or lower case (miniscules), changing one into the other, or determining which one letters are. A special case of capitals are small caps, which have their own tag {small-caps}.

learn more… | top users | synonyms

15
votes
3answers
236 views

Why LaTeX uses upright uppercase Greek letters by default in math mode?

Why upper-case Greek letters are typeset in upright font, i.e., \mathrm? While at the same time, some upper-case Greek letters those are also Latin Letters ,e.g., A for $\Alpha$, B for $\Beta$, are ...
3
votes
1answer
43 views

Small letters as input but capital letters as output

Is it possible to define (or is there already) a macro which takes small letters as input but gives the same letters in capital as output? Example: \CapLet{horse} and \CapLet{fish} wiht the output ...
2
votes
1answer
60 views

How do I prevent proper nouns from being converted to lowercase by a bst file in LaTex?

My bibliography contains some items like this: R. K. Sawyer, “Improvisation and the creative process: Dewey, collingwood, and the aesthetics of spontaneity,” The problem is that the proper nouns ...
4
votes
1answer
39 views

control textcase within section heading

I am using IEEE document class in conference mode. I want to use a special word: name of my protocol inside the section title. The word has the form: aBCD/eFGH. Since each word of the whole section ...
0
votes
1answer
55 views

Change “References” to “references” in table of contents [duplicate]

I am producing a simple document of the report class, with references produced by BibTeX. I would like to change the "References" text entry in the table of contents to "references", making the text ...
0
votes
0answers
30 views

Change text in LaTeX chapter titles from “Chapter” to “chapter” [duplicate]

I want to change the text displayed for each new chapter (e.g. "Chapter 1") to lower case (e.g., "chapter 1") in the report document class. How could I go about doing this?
6
votes
1answer
69 views

Force all small caps

Is it possible to force text into lower case small caps without making capital letters lower case? None of the following makes all the letters lower case small caps: \textsc{Can I make this line ...
2
votes
0answers
28 views

Why are capital letters missing in title of reference (using plos2009.bst)? [duplicate]

I'm using the plos2009.bst file to generate my references. However, there seems to be a bug in the .bst File since the formatation of the references is not correct. E.g. there are no capital letters ...
4
votes
1answer
88 views

Uppercase sections and subsections on ToC

How can I insert \MakeUppercase inside the table of contents for sections and subsection? \renewcommand{\l@section}[2]% {\@dottedtocline{1}{.5em}{1.3em}% {{\bfseries\selectfont#1}}{#2}}
4
votes
2answers
106 views

Change TOC to use underline in subsubsections

I am using the package memoir and I need to redefine the fonts in TOC with this rules: For Chapters: all-caps and bold For Sections: bold For SubSections: bold and italic For SubSubSections: bold ...
1
vote
3answers
202 views

Capital cursive E in math mode? [duplicate]

How do I get a capital Cursive "E" in math mode? See picture encl.
3
votes
1answer
53 views

Capitalizing “forthcoming” in bibliography but not in citation

I'm citing a couple of forthcoming articles without a known publication date, so I want to have "forthcoming" instead of the year in both in-text citations and the bibliography. However, I want to ...
5
votes
1answer
194 views

Capitalize the first letter of each word in biblatex

I'm trying to get every word in the title of each article in my reference list in capital letters (So Something Like This For Every Title). However, somehow \MakeSentenceCase remains active no matter ...
6
votes
1answer
148 views

Acronym at sentence start: capital or not?

The recommended way of typesetting acronyms is using small caps, e.g.: This technique is called Remote Procedure Calling or {\scshape rpc}. However, if the acronym occurs at the beginning of the ...
3
votes
1answer
77 views

auto-capitalise the output of a newcommand

How can I create a newcommand that automictically capitalises the first letter, when the command is used after a full stop (or question mark, exclamation mark, etc.)? \newcommand{\tinycommand}{tiny ...
2
votes
0answers
43 views

Duplicate entries in index when using lowercase [duplicate]

I'm trying to create an index for my thesis and I have a custom command that outputs the index term inline and adds it to the index as well. I want to ignore spaces of terms so I issue a \lowercase to ...
7
votes
3answers
141 views

biblatex: Preserve capitalisation in inproceedings/booktitle

I'm using Biblatex-APA/Biber with LyX and a Bibtex-file produced from Mendeley. I can produce bibliographies without any problem, but I would like to change the reference style for ...
3
votes
1answer
45 views

cleveref: \lcnamecref fails to work with theorem names that are not pre-defined

I'm using cleveref with the capitalise option, and I'd like to use the \lcnamecref command to give the name of one of my theorems in the text. But if this is not one of the theorem types pre-defined ...
6
votes
5answers
189 views

Converting Text to Title Case [duplicate]

is there a way to automatically format a text in title-case? Something like typing: \somemagiccommand{the table, the ass and the stick} which would yield: The Table, the Ass and the Stick I have ...
1
vote
1answer
48 views

How to use soul with glossaries to space-out acronyms?

I want to increase the spacing between capital letters of acronyms inside text. Acronyms are printed by \ac, \acs, etc. commands of the glossaries package. soul package provides a nice command \caps. ...
2
votes
1answer
84 views

New command to create a new type of citation

I defined a new command to an specific type of citation: \newcommand{\apud}[4]{\citeauthor{#1} \mkbibparens{\citeyear{#1},\space{#2} apud \cite{#3},\space{#4}}} That produce this output: Carnap ...
4
votes
1answer
102 views

biblatex: uppercase in \parencite, but not in \textcite

How can I make \parencite produce an uppercase output, but normal case for \textcite? Result: \parencite{CARNAP1934} -> (CARNAP, 1934) \textcite{CARNAP1934} -> Carnap (1934) MWE: ...
3
votes
1answer
70 views

Set some letters in a title of a cited article majuscule [duplicate]

I use abbrvnat as bib style: \bibliographystyle{abbrvnat}. It seems that all the letters, except the 1st one, in the title field of an article are set systematically in minuscule (lowercase). But ...
0
votes
0answers
47 views

why does text change to all lowercase letters? [duplicate]

in my .bib file I have a citation @article{IEEstd1, title={a12312... - IEEE Standard for ... why does it appear like this in generated pdf a12312... - ieee Standard for ...
12
votes
1answer
259 views

Towards a \ucshape and \textuc command for uppercase text (XeTeX, LuaTeX)

While we have \textit and \textsc, \itshape and \scshape etc., there's no \textuc and \ucshape to typeset its argument in uppercase. There is \MakeUppercase, but -- as uppercase is not a font style -- ...
2
votes
1answer
238 views

How to get BibLaTeX-chicago use title case capitalization?

According to the 16th version of the Chicago Manual of Style, titles in the reference list are now supposed to be capitalized in title case style rather than sentence casing. Yet, as far as I ...
5
votes
2answers
155 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. ...
4
votes
1answer
227 views

In fancyhdr, ensure every letters in chapter/title names are in lowercase

In designing novels, (Document-class Book KOMA SCRIPT) I prefer to use all-small-caps in the running heads. Please find the first example, where both howards end and chapter 29 were all set in ...
5
votes
1answer
278 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 ...
10
votes
2answers
174 views

author name with periods produces Et al

I want to cite this article: @article{kc2010ppe, author = {K.C., Samir and Barakat, B. and Goujon, A. and Skirbekk, V. and Sanderson, W. and Lutz, W.}, journal = {Demographic Research}, number = ...
8
votes
1answer
78 views

Changing case of URL in \href argument

I would like to write a macro similar to the \href command from the hyperref package, but which takes a single argument. The URL is generated by making the argument lowercase. Here is a minimal ...
3
votes
1answer
176 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 ...
5
votes
2answers
88 views

\uppercase does not work with \IfSubStr?

I'm using \IfSubStr macro of xstring package to decide if user given options contains some letter and if they do I take some actions. I want case independent test on whether user options contain ...
2
votes
1answer
117 views

biblatex-apa: sentence case not working

Biblatex-Apa should automatically print titles in the reference list in sentence case, but for some reason it doesn't work (note the lowercase A after the colon): \documentclass{article} ...
6
votes
1answer
87 views

Why does \uchyph=0 not work for me?

Why does \uchyph=0 not work for me? It is in my preamble, but Istill get names of people hyphenated. Is it a font issue? I typeset with XeLaTeX. Minimal example: try with XeLaTeX with and ...
5
votes
2answers
265 views

fancyhead not in small caps

The text in my fancyhead is written in small caps. I would like to have it not in small caps. How can I do? This is my fancyhead: \usepackage{fancyhdr} ...
9
votes
1answer
204 views

In biblatex, make title sentence case but not journal name

To force reference titles to a sentence case I use the following line in my .bbx style file: ...
8
votes
1answer
181 views

Annoying problem with fancyhdr and auto-generated chapters

I have been facing an annoying little problem. I'm using fancyhdr to customize the headings on my thesis but according to the package documentation it is unable to remove the "uppercasedness" of the ...
4
votes
1answer
137 views

'List of Algorithms' title is not all in caps

In my dissertation, I have added a page for list of algorithms, using \listofalgorithms command. However, the title of the page is not in all caps ('List Of Algorithms'), while it's supposed to be in ...
2
votes
2answers
258 views

fancyhdr package: changing header from uppercase to lowercase

I need to change my headers from uppercase to lowercase using fancyhdr. How do I do that? \documentclass[10pt,cleardoublepage=empty,twoside]{book} \usepackage{fancyhdr} \pagestyle{fancy} ...
2
votes
1answer
227 views

Month Name in Upper case [duplicate]

Possible Duplicate: How do I “unprotect” an argument? I'm trying to print date at title page of a document as NOVEMBER 2012. I'm using the datetime package to format the date as month ...
0
votes
2answers
251 views

Titles in my bibliography are lower-case [duplicate]

Possible Duplicate: BibTeX loses capitals when creating .bbl file Transforming the .bib file to get upper cases When using the LaTeX bibliography feature, all titles are in lower-case ...
2
votes
0answers
50 views

Titles are lowercased in bibliography [duplicate]

Possible Duplicate: Transforming the .bib file to get upper cases I'm new to LatTeX and so far I'm happy with it. I'm using MiKTeX. In the bibliography section, the titles of @inproceedings ...
6
votes
1answer
401 views

Capitalising the first letter of an acronym?

I'm using the acronym package in my document and in several instances I want to start a sentence with the expanded acronym. Is there any way of telling the package to capitalise the first letter? For ...
3
votes
1answer
228 views

Acronym upper/lower/mixed case, and pluralisation

My question is really a further question of this post. I've used the following code from there in my tex doc.: \documentclass{article} \usepackage{acronym} \usepackage{etoolbox} ...
12
votes
2answers
125 views

Uppercase column in tabular

I need one column of my table to be uppercased. My code which does not work as I want: \documentclass{article} \usepackage{array} \begin{document} \begin{tabular}{c>{\MakeUppercase}c} a ...
2
votes
2answers
127 views

Howto achieve capitalized description in glossary table?

I use the glossaries package to generate my acronym list. Since I use the acronyms in the text I have to write the description lowercase. Thus, I have a lowercase description in the acronym list. Can ...
2
votes
1answer
310 views

Make the glossary title upper case in header

I'm using the report class with twoside parameter. I'm using fancyhdr to configure the headers/footer. I'm using the glossaries package to generate a glossary. The glossary is the only chapter in my ...
4
votes
3answers
173 views

Command to uppercase the first letter of a maths command

This question is a bit similar to Command to uppercase the first letter of each word in a sentence. What I want is to build a new command for being used just at math mode, using the ...
0
votes
0answers
43 views

Acronyms in upper/lower case [duplicate]

Possible Duplicate: How to render individual acronyms in lower case when used inline, but mixed case in the list of acronyms? I'm using the acronym package. When I use an acronym in full, ...

1 2 3