\l
or \L
in text -- in mat hmode, but things like \textstyle{\l}
don't work. Are there any standard (or nonstandard) workarounds for this?
Thanks to all,
(:+{)}
\l
or \L
in text -- in mat hmode, but things like \textstyle{\l}
don't work. NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage{selinput} % Semi-automatic determination
\SelectInputMappings{ % of input encoding by
cacute={ć}, % a list of selected glyphs
lslash={ł} % see: http://partners.adobe.com/public/developer/en/opentype/glyphlist.txt
}
\usepackage{mathtools} % loads »amsmath«
\begin{document}
\[
\text{ł}
\]
\end{document}
amsmath which provides theDrwonmug wrote:[...] I'm hoping to post the
resulting document on the arXiv, and I'm afraid it may balk at the packages
required. Is anything more elementary available?
\text{}
macro is the math package and everyone doing any serious math is (and should be) using it. You can't get much more basic than that, really. I wouldn't worry too much. amsmath is the long time successor of amstex which stems from a time before LaTeX.NEW: TikZ book now 40% off at Amazon.com for a short time.