Questions tagged [relsize]
The relsize tag has no usage guidance.
20 questions
1
vote
0
answers
34
views
Text in fancyhdr header moves up or down when multiple languages are used with relsize
I am using LuaLaTeX to typeset a Hindi-English dictionary. The Devanagari font I am using for Hindi needs to be scaled to match the heights of a normal glyph in the Devanagari script with that in the ...
1
vote
1
answer
246
views
Getting around \maxdimen
I have made a latex document which is a huge diagram. In fact, it is so huge, that when I try to add to it, I get a Dimension too large. error by LaTeX. I would still like to add to it, but I need to ...
1
vote
1
answer
493
views
Why does a backwards R get replaced with a Cyrillic Ya?
I’m considering using a backwards R to represent a reflection (mirroing) operation. Although I expected \reflectbox to reflect the geometry of the character, somehow the character becomes replaced by ...
1
vote
1
answer
223
views
Change the size of math symbols so that they are the same size as $T$
I would like to change the size $\bigvee$ so that the lowest point of the character is at the baseline and the character is no taller than an upper case character, say $T$.
\documentclass[paper=letter,...
1
vote
1
answer
77
views
\mathsmaller in section title incompatible with hyperref
I would like to use \mathsmaller in a section title but it is incompatible with hyperref. Here is a MWE:
\documentclass{book}
\usepackage{amsmath} %automatically loads ansbsy which gives \...
2
votes
1
answer
459
views
Getting exact font sizes with relsize
I'm fine-tuning the presentation of a book written using XeLaTeX, ready to send to the printers. The book has lots of tables which are all formatted in the same way. In one, column headings are just ...
1
vote
1
answer
670
views
Custom font size in a math aligned environment
I am fairly new to LaTeX and I need help in finding a way to increase the font size in a math aligned environment.
\documentclass[10pt]{article}
\usepackage{amsmath}
\usepackage{relsize}
\...
3
votes
1
answer
247
views
Scale symbol only in displaystyle
Is it possible to scale a symbol with its default name only in displaystyle?
For example, when calling \int_{a}^{b}, the results should
be
\mathlarger{\mathlarger{\int}}_{a}^{b}
scaled with two \...
0
votes
0
answers
134
views
Make the size in math mode larger with beamer
Because of my convenience and some other things from adaptation of things to beamer producing some arabic characters, I want to make all characters in math mode, bigger then the others (as much as ...
2
votes
0
answers
56
views
Altering the size of math mode while using (incompatible) xymtex package
I have to use variable sized math mode and also use some chemical figures. For chemical figures, I usually use chemfig package. However in some case using xymtexpdf is easier. The problem is, resized ...
3
votes
1
answer
1k
views
relsize in footnote leads to too-small font size
I use relsize to create a pretty version of the string "C++". This produces warnings when put into footnotes or small environments, because the result would be "too small". How can I prevent this ...
2
votes
1
answer
567
views
Wrong scaled text size with relsize package and KOMA
The relsize package offers convenient ways to scale text in a document. The \textscale command allows to use arbitrary text sizes beyond the usual switches such as \large and \small. When KOMA script ...
3
votes
2
answers
153
views
Vertical alignment of \mathsmaller letters
Some context: In denoting a perturbation of a matrix, $A+\Delta A$ (in $$ or \[\]), I do not like how large the Δ is. Makes $\Delta A$ look like "Δ times $A$" rather than a descriptive prefix showing ...
2
votes
1
answer
680
views
How increase math font size using DeclareMathSizes while using relsize package
Consider the following MWE:
\documentclass[10pt]{report}
\usepackage{relsize}
\DeclareMathSizes{10}{28}{26}{25} % For size 10 text
\begin{document}\relscale{1.7}
\begin{equation}
S = \frac{A}{B^2}...
1
vote
1
answer
356
views
glossaries: how to typeset the list of page numbers in \textsmaller and reduce the vertical gap
I use glossaries-extra to typeset the list of symbols in a book. Since the book is large, the list of page numbers for each entry is long, making the whole glossary occupy too much space. I wish to ...
1
vote
1
answer
514
views
"Beautifully" resize math align block (font and symbols)
I'm using \mathlarger from relsize package to get larger fonts in my beamer presentation (in some VERY special cases, not to all equations). But the symbols are not scaling correctly, I'm mostly ...
4
votes
2
answers
248
views
Odd (nasty) problem with relsize for quotes and linespread in preceding paragraph
On the last few metres of typesetting a book I encountered a very nasty issue which I luckily managed to isolate in a MWE. The problem is that blockquotes patched with relsize to have a slightly ...
1
vote
1
answer
3k
views
How to resolve errors of acm template
I download acm journals template from following link, but running it gives error http://www.acm.org/publications/authors/submissions
First it gives following error
Undefined control sequence. \...
2
votes
1
answer
3k
views
relational algebra: make symbols pi rho and sigma bigger within an equaiton
Relational algebra notation in database design uses the Greek letters \sigma [selection], \rho [rename], and \pi [projection]. How can I increase the size of these symbols within an equation?
\begin{...
1
vote
2
answers
716
views
\mathsmaller does not work inside align*
Here is a minimum working example
\documentclass[11pt]{book}
\usepackage{relsize}
\usepackage{amsmath}
\DeclareMathAlphabet{\denom}{T1}{lmss}{sbc}{n}
\begin{document}
$\denom{C\mathsmaller{ENTI}Meters}...