How to use uppercase with zref?
I would like to use the command \makefirstuc (from the package mfirstuc) to capitalize the first letter of what is printed by the command \ztitleref (from the package zref). It doesn't work.Here is my...
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...
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 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 Article