Text Formattingprime and ^*

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
helllo
Posts: 44
Joined: Sat Jun 05, 2010 5:20 pm

prime and ^*

Post by helllo »

Hi,
is it possible to write x'^* ?
Latex tells me that it is not possible to have a "double superscript".
Any idea how to fix this ?
thx :)
Last edited by helllo on Fri Aug 13, 2010 5:40 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.

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

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

prime and ^*

Post by josephwright »

Perhaps

Code: Select all

x^{\prime*}
or

Code: Select all

{x'}^{*}
Joseph Wright
helllo
Posts: 44
Joined: Sat Jun 05, 2010 5:20 pm

prime and ^*

Post by helllo »

josephwright wrote:Perhaps

Code: Select all

x^{\prime*}
or

Code: Select all

{x'}^{*}
Great, thanks a lot!
Post Reply