Make Chapter, References, Appendix names in Toc Uppercase without patch or...
I need my chapter names display as uppercase in my Toc.I am quite new to Latex and I am not comfortable using patches or macros as explained in this solution Uppercase sections and subsections on ToC...
View ArticleHow can I change the case of a pgfkeys option dynamically within the name of...
I hope I am describing this correctly. In a larger project, I am trying to make my document level commands CamelCase and this is proving difficult when using keys and values, intended to be used...
View ArticleCan I define two exact same commands using /newcommand with the only...
In my macro file, I have defined two commands\newcommand{\SO}[1]{\mathsf{SO}(#1)}\newcommand{\so}[1]{\mathfrak{so}(#1)}There are two exact same commands with the only difference is in case. When I use...
View ArticleEquivalent of \sc to get all uppercase
As in the title, by using \sc we obtain small caps. Is there an equivalent command to get all uppercase?I just could not find the answer anywhere.
View ArticleHow to capitalize the first letter of a glossary or acronym description
I'm using the glossaries package to define acronyms but in one place I want to start a sentence with the full text of the acronym:\subsection{Randomly-occurring deterministic...
View ArticleCannot convert Greek lowercase to uppercase without accents in LuaLaTeX. How...
Please consider the following LuaLaTeX compilable code. It supposes to convert a sentence written in lowercase Greek to UPPERCASE, but with no accents. It converts to uppercase but the accents are...
View ArticleSomething is going wrong with the greek "o" letter, Babel and making...
Please consider the following PdfLatex compilable code, which just converts a sentence in Greek from lowercase to uppercase letters with two ways, the traditional one and a new one (see link). But if I...
View ArticleCapitalize \dayofweekname first letter
I'm working with dates, in particular with \dayofweekname. Is there any way to capitalize the first letter (i.e. the output monday should become Monday)? I tried with \MakeUppercase and...
View ArticleDouble a in last name
Im wondering how to make Latex sort last names with double a in a last name at the top of the reference list. As of now, my reference "Aasly" is sorted at the bottom of the...
View ArticleChapters in ClassicThesis' table of content are not uppercase
I am currently trying to use the latest version of ClassicThesis (with ArsClassica style), but I have some problems with the look of some elements in the table of content.In the showcase example that...
View ArticleTypeset process stops at "ts1cmr.fd" - Issue resolved - \MakeUppercase vs....
UPDATE: I discovered "\MakeUppercase" vs. "\uppercase" was the root cause of the issue. Issue resolved.I have been successfully compiling this document for a while. The file has been a work in progress...
View ArticleCapital letters in frameboxes
I'm trying to insert capital letters into frameboxes. Every time I use the letter Q on its own or in a string of capital letters, the frameboxes gets stretched vertically compared to the other letters'...
View ArticleUppercase for TOC entries with etocname
I'm trying to customize my TOC with etoc in book class, but I'm failing to apply MakeUppercase to \etocname.I'm using local TOCs, hyperref and fancyhdr in case that is relevant.My main question:How do...
View ArticleTitle case for acronym in section titles together with hyperref
Using the acro package I want to use the long version of an acronym as a section title.However, as I title case them, the acronym should also be title cased while being lowercase in the normal...
View ArticleApplying \MakeUppercase on \makebox makes text disappear
Here is a MWE of the problem:\documentclass{article}\begin{document}\makebox[4cm][l]{This is a test.}\MakeUppercase{\makebox[4cm][l]{This is a test.}}\end{document}Which results in:The logs don’t show...
View ArticleMakeUppercase clash with hyperref pdf table of contents
Joint use of MakeUppercase, hyperref and \addcontentsline give me a small unexepceted (yet annoying) problem in the pdf table of contents.In the following (hopefully) minimal working example, I would...
View Article"\uppercase{a\lowercase{bC}}" produces "Abc" in TeX?
In TeX, \uppercase{a\lowercase{bC}} produces Abc not ABC, why? As far as I know, TeX will run the inner group before run the outer group, so I think it should be ABC and even...
View ArticleDoesn't "\romannumeral1986" equal "mcmlxxxvi" in TeX?
In TeX,\uppercase{\romannumeral1986}\par%\catcode`\m=12\uppercase{mcmlxxxvi}\byeproducesSo, doesn't mcmlxxxvi equal \romannumeral1986? What the difference between them? \expandafter can bypass this...
View ArticleHow to use \MakeUppercase in combination with the bm package in LaTeX 2022-11-01
I am trying to submit LaTeX sources to arXiv and I ran into some issues.My project lives in overleaf where I am using TeX Live 2021 and everything compiles without any errors or warnings (except from...
View ArticleIdeal BibTeX style for urls and case sensitivity
I have several websites that I want to cite as well as wanting dois/arXiv addresses be clickable. I also want to retain the case sensitivity that I enter into my BibTeX entries.I've tried using...
View Articlefontspec breaks capital greek letters redefinition
I am unable to redefine uppercase math symbols when using the fontspec package.Here is a minimal working example:\documentclass[ngerman]{standalone}\usepackage{fontspec}\let\psi\alpha...
View ArticleWhat is the regurgitation process?
After a long time fighting with an \uppercase in a \csname ... \endcsname, I came across this post that mentions the argument being “regurgitated,” which means that to capitalize a control sequence,...
View ArticleConvert all Uppercase first and last name into Lowercase excepted for the...
Once lcompilation acheived, I have the following result :as you can see, all the first/last names are in Uppercase.However, I use the follwoing bibliography :@article{book:1, author = "W. McCrea",...
View Articlehow to put uppercase text into a variable [closed]
with this code\documentclass{article}\usepackage{graphicx} % Required for inserting images\begin{document} \newcommand{\TeIII}{ tit e3 } \newcommand{\AeIII}{\UseName{author24} }...
View ArticleIssues with Apostrophes and Mixed-Case Sentences Using mfirstuc Package
I'm using the mfirstuc package for sentence case formatting and encountering two problems:Capitalizing Phrases with Apostrophes: I need phrases with apostrophes to be correctly capitalized, where words...
View ArticleHow to Properly Case Change in ToC Entries and Make Chapter Numbers Clickable
I'm facing two issues with my LaTeX document's Table of Contents (ToC):Formatting Issue with \capitalisewords:I am using the \titlecontents command to format my ToC.I want to capitalize the words in...
View ArticleHow to capitalize ToC entries using \capitalisewords and \titlecontents
I'm having a formatting issue with my LaTeX document's table of contents (ToC).Specifically, I'm trying to capitalize the first letter of each word in the ToC entries using the \capitalisewords command...
View ArticleMake section upper case in text but small capitals in toc
I am using the book class with four heading levels (part, chapter, section and paragraph) and I am trying to achieve the followingno headings are numbered,the table of contents should only contain...
View ArticleHow to make title in header of memoir class in lowercase?
I have a tex file of memoir class:\documentclass[11pt]{memoir}\setlrmarginsandblock{3.5cm}{2.5cm}{*}\setulmarginsandblock{2.5cm}{*}{1}\checkandfixthelayout \begin{document}\chapter{Well-posedness of...
View ArticleMixing numbers and uppercase letters in Libertine
I'm writing a document that uses ACM's acmart document class. I have no way of changing the class itself or its font definitions.I have some words that contain a mixture of numbers and (uppercase)...
View Article