Text FormattingDouble underlined Letter

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
mayankmi
Posts: 45
Joined: Sat Apr 20, 2013 7:52 pm

Double underlined Letter

Post by mayankmi »

Hey LaTeX users,

just a short question. How to put two lines below a letter as shown in the attached image?

I have written this code for this.

Code: Select all

\documentclass[12pt]{article}

\begin{document}
$B_L$
\end{document}
I don't know how to put double underline below "B".
Attachments
Screen Shot 2013-04-25 at 10.27.32 AM.png
Screen Shot 2013-04-25 at 10.27.32 AM.png (9.07 KiB) Viewed 29393 times

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Double underlined Letter

Post by localghost »

Either use two nested \underline commands or take a look at the ulem package.


Thorsten
Post Reply