Math & ScienceSubscript size

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
jaybz
Posts: 90
Joined: Sun Jul 11, 2010 6:02 pm

Subscript size

Post by jaybz »

How can I decrease the subscript size for this?

Code: Select all

\documentclass{article}
\usepackage{mathtools}
\begin{document}
\begin{center}
\begin{Huge}
$\displaystyle \vec v = \vec v_{\parallel} + \vec v_{\perp}$\\
\end{Huge}
\end{center}
\end{document}
Last edited by jaybz on Mon May 23, 2011 9:38 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Juanjo
Posts: 657
Joined: Sat Jan 27, 2007 12:46 am

Re: Subscript size

Post by Juanjo »

You can replace \parallel by something like \mbox{\large$\parallel$}. Id. for \perp.
The CTAN lion is an artwork by Duane Bibby. Courtesy of www.ctan.org.
jaybz
Posts: 90
Joined: Sun Jul 11, 2010 6:02 pm

Re: Subscript size

Post by jaybz »

Thanks, Juanjo!
Post Reply