Hi. I'm new to this forum and I've just began (attempting) customization of my LaTeX. I'm still very novice when it comes to code, so I apologize ahead of time if this seems a bit trivial.
I'm trying to adjust the dimensions of the superscripts and subscripts in LaTeX. I've found some help as far as making the adjustments in plain TeX, namely by using the commands (which were obtained from http://www.math.cornell.edu/~hatcher/AT/typography.html
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
welcome to the board!
Try the command \DeclareMathSizes, you will find information about that macro by using the forum search feature or a web search engine.
It seems that the command you suggested (according to Google and other posts on this site) only adjusts the size of the fonts and not their position. Reading my original post over again, it seems I was a bit unclear. I'm looking to shift subscripts down and shift superscripts up, as with the Plain TeX commands listed in my original post. Is there another macro that will achieve this?
There is some reason why the first sentence on that page says, "The book is written in Plain TeX in order to maximize control over the output." If you try to set font parameters, then they will be overwritten at some point by LaTeX's font selection mechanism. It should work if you call \glb@settings (which initializes the math fonts) before changing the font parameters (and after \begin{document}), but only if you don't change any math fonts afterwards.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p