Sideway
output.to from Sideway
Draft for Information Only

Content

LaTeX \l⋯ Commands for Printing Characters
 \l⋯ Commands
 \l⋯ Command Examples
 Source and Reference

LaTeX \l⋯ Commands for Printing Characters

LaTeX uses backslash+l⋯ combination to print characters.

\l⋯ Commands

The typical \l⋯ Commands for Printing Characters are LaTeX CommandsRemarksMode \lprints a Latin small Letter L with Stroke, ł. \Lprints a Latin capital letter L with stroke, Ł. \lambdaprints a Greek small letter lamda, λ.math mode \Lambdaprints a Greek capital letter lamda, Λ.math mode \landprints a logical and, ∧.math mode \langleprints a mathematical left angle bracket, ⟨.math mode \largeprints a large typeface. e.g. HH \Largeprints a very large typeface. e.g. HH \LARGEprints a very very large typeface. e.g. HH \LaTeXprints the LaTeX logo. \lbraceprints a left curly bracket or brace, {.math mode \lbrackprints a left square bracket or bracket, [.math mode \lceilprints a left ceiling, ⌈.math mode \ldotsprints a horizontal ellipsis ,…. \leprints a less-than or equal to, ≤.math mode \leftprints a dynamic delimiter depending on the content.math mode \left.prints a null delimiter for pairing with \right.math mode \leftarrowprints a leftwards arrow, ←.math mode \Leftarrowprints a leftwards double arrow, ⇐.math mode \leftharpoondownprints a leftwards harpoon with barb downwards, ↽.math mode \leftharpoonupprints a leftwards harpoon with barb upwards, ↼.math mode \leftrightarrowprints a left right arrow, ↔.math mode \Leftrightarrowprints a left right double arrow, ⇔.math mode \leqprints a less-than or equal to, ≤.math mode \lfloorprints a left floor, ⌊.math mode \lgprints math, lg.math mode \limprints math, lim.math mode \liminfprints math, lim inf.math mode \limsupprints math, lim sup.math mode \llprints a much less-than, ≪.math mode \lnprints math, ln.math mode \lnotprints a not sign, ¬.math mode \logprints math, log.math mode \longleftarrowprints a long leftwards arrow, ⟵.math mode \Longleftarrowprints a long leftwards double arrow, ⟸.math mode \longleftrightarrowprints a long left right arrow, ⟷.math mode \Longleftrightarrowprints a long left right double arrow, ⟺.math mode \longmapstoprints a long rightwards arrow from bar, ⟼.math mode \longrightarrowprints a long rightwards arrow, ⟶.math mode \Longrightarrowprints a long rightwards double arrow, ⟹.math mode \lorprints a logical or, ∨.math mode \lqprints a left single quotation mark, ‘.

\l⋯ Command Examples

Examples of LaTeX commands
Code
\documentclass[border=10pt,varwidth]{standalone}
\newcommand\rs{\hline\noalign{\vskip 0.2em}}
\newenvironment{tabtest} {\setlength{\topsep}{0mm}\setlength{\partopsep}{0mm}\begin{tabbing}\hspace*{9mm}\kill}{\end{tabbing} } 
\begin{document}
\begin{tabular}{p{0.45\textwidth}p{.13\textwidth}p{.13\textwidth}p{.1\textwidth}}
\LaTeX\ command & text mode & math mode & tabbing env.\\\hline\rs
\textbackslash l&\l&$\l$&\\\hline\rs
\textbackslash L&\L&$\L$&\\\hline\rs
\textbackslash lambda&&$\lambda$&\\\hline\rs
\textbackslash Lambda&&$\Lambda$&\\\hline\rs
\textbackslash land&&$\land$&\\\hline\rs
\textbackslash langle&&$\langle$&\\\hline\rs
H\{\textbackslash large H\}&H{\large H}&$H{\large H}$&\\\hline\rs
H\{\textbackslash Large H\}&H{\Large H}&$H{\Large H}$&\\\hline\rs
H\{\textbackslash LARGE H\}&H{\LARGE H}&$H{\LARGE H}$&\\\hline\rs
\textbackslash LaTeX&\LaTeX&&\\\hline\rs
\textbackslash lbrace&&$\lbrace$&\\\hline\rs
\textbackslash lbrack&\lbrack&$\lbrack$&\\\hline\rs
\textbackslash lceil&&$\lceil$&\\\hline\rs
\textbackslash ldots&\ldots&$\ldots$&\\\hline\rs
\textbackslash le&&$\le$&\\\hline\rs
(\textbackslash left(\textbackslash sqrt2\textbackslash right)&&$(\left(\sqrt2\right)$&\\\hline\rs
(\textbackslash left.(\textbackslash sqrt2\textbackslash right)&&$(\left.(\sqrt2\right)$&\\\hline\rs
\textbackslash leftarrow&&$\leftarrow$&\\\hline\rs
\textbackslash Leftarrow&&$\Leftarrow$&\\\hline\rs
\textbackslash leftharpoondown&&$\leftharpoondown$&\\\hline\rs
\textbackslash leftharpoonup&&$\leftharpoonup$&\\\hline\rs
\textbackslash leftrightarrow&&$\leftrightarrow$&\\\hline\rs
\textbackslash Leftrightarrow&&$\Leftrightarrow$&\\\hline\rs
\textbackslash leq&&$\leq$&\\\hline\rs
\textbackslash lfloor&&$\lfloor$&\\\hline\rs
\textbackslash lg&&$\lg$&\\\hline\rs
\textbackslash lim&&$\lim$&\\\hline\rs
\textbackslash liminf&&$\liminf$&\\\hline\rs
\textbackslash limsup&&$\limsup$&\\\hline\rs
\textbackslash ll&&$\ll$&\\\hline\rs
\textbackslash ln&&$\ln$&\\\hline\rs
\textbackslash lnot&&$\lnot$&\\\hline\rs
\textbackslash log&&$\log$&\\\hline\rs
\textbackslash longleftarrow&&$\longleftarrow$&\\\hline\rs
\textbackslash Longleftarrow&&$\Longleftarrow$&\\\hline\rs
\textbackslash longleftrightarrow&&$\longleftrightarrow$&\\\hline\rs
\textbackslash Longleftrightarrow&&$\Longleftrightarrow$&\\\hline\rs
\textbackslash longmapsto&&$\longmapsto$&\\\hline\rs
\textbackslash longrightarrow&&$\longrightarrow$&\\\hline\rs
\textbackslash Longrightarrow&&$\Longrightarrow$&\\\hline\rs
\textbackslash lor&&$\lor$&\\\hline\rs
\textbackslash lq&\lq&$\lq$&\\\hline\rs
\end{tabular}
\end{document}
Output
image

Source and Reference


©sideway

ID: 210200026 Last Updated: 2/26/2021 Revision: 0


Latest Updated LinksValid XHTML 1.0 Transitional Valid CSS!Nu Html Checker Firefox53 Chromena IExplorerna
IMAGE

Home 5

Business

Management

HBR 3

Information

Recreation

Hobbies 8

Culture

Chinese 1097

English 339

Reference 79

Computer

Hardware 249

Software

Application 213

Digitization 32

Latex 52

Manim 205

KB 1

Numeric 19

Programming

Web 289

Unicode 504

HTML 66

CSS 65

SVG 46

ASP.NET 270

OS 429

DeskTop 7

Python 72

Knowledge

Mathematics

Formulas 8

Algebra 84

Number Theory 206

Trigonometry 31

Geometry 34

Coordinate Geometry 2

Calculus 67

Complex Analysis 21

Engineering

Tables 8

Mechanical

Mechanics 1

Rigid Bodies

Statics 92

Dynamics 37

Fluid 5

Fluid Kinematics 5

Control

Process Control 1

Acoustics 19

FiniteElement 2

Natural Sciences

Matter 1

Electric 27

Biology 1

Geography 1


Copyright © 2000-2024 Sideway . All rights reserved Disclaimers last modified on 06 September 2019