How apply to (𝛼→Α) \MakeUppercase, (Γ→𝛾) \MakeLowercase in math-mode Greek...
math-mode Math Greek letters do not work for \MakeUppercase, \MakeLowercase.\documentclass{article}\begin{document}$\MakeUppercase{\alpha\beta\gamma}\MakeLowercase{\Gamma\Delta\Theta}$\end{document}
View ArticleHow apply to \MakeUppercase, \MakeLowercase in math-mode Greek letters?
math-mode Math Greek letters do not work for \MakeUppercase, \MakeLowercase.\documentclass{article}\begin{document}$\MakeUppercase{\alpha\beta\gamma}\MakeLowercase{\Gamma\Delta\Theta}$\end{document}
View ArticleMake uppercase for french-babel part name (as "Première partie") in headers
A question similar to Capitalize French part name.What I wish :I would like the headers to be written uppercase :on even pages : CHAPITRE X. TITLE OF THE CHAPTERon odd pages : PREMIÈRE PARTIE. TITLE OF...
View ArticleIgnore case sensitivity in Index
I'm using:\documentclass{book}\usepackage{makeidx}\makeindex\begin{document}Test\index{Test}\newpagetest\index{test}\end{document}after running makeindex, output generated as:\begin{theindex} \item...
View ArticleUnderlining an Author Name in a Beamer Theme That Forces Uppercase
I have a Beamer theme that turns the title and authors into uppercase. I'd like to underline the name of the author presenting the slides (in this case, Joe Dane). This however results in the error...
View ArticleLooking for way how to style Index header same way as Chapter
So, I have a book that called for editing chapter and section headers trough titlesec. Now I'm without much succes looking for a way how to incorporate two Indexes (potentially with two columns) that...
View ArticleLaTeX: how to convert uppercase to title case
AFAICS, it is not possible to nest \MakeUppercase and friends to get meaningful output (BTW, this is not documented in LaTeX's usrguide.pdf manual); this means that the naïve...
View ArticleAdvantages and disadvantages of \text_uppercase:n vs \MakeUppercase
When should I use \text_uppercase:n and when should I use \MakeUppercase?I assumed that \text_uppercase:n would always be more reliable, but I found it fails to deal with \today when a babel language...
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 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 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 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 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 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 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 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 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 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 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 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