Math & Science ⇒ Resizable \prec and \succ
Resizable \prec and \succ
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Resizable \prec and \succ
As far as I know it would need special font metrics to generate scalable versions of these symbols.
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Resizable \prec and \succ
Re: Resizable \prec and \succ
I checked the relsize package and what it does is that it allows you to change the mathematical symbols from say \textstyle to \displaystyle. However, the instructions refer to a package that you can use to size mathematical symbols called exscale. The problem with this package is that it just implements scaling of mathematical symbols with commands like \large etc. It does not change scaling to work with \left and \right.