Literals/String: Difference between revisions

Content added Content deleted
m (→‎{{header|plainTeX}}: Edited to include the reference from Leslie B. Lamport's techne.)
m (→‎{{header|LaTeX}}: Fixed extra quotation marks and shortened.)
Line 1,470: Line 1,470:
For example, to typeset 'a' is for "apple" in LaTeX, one would type
For example, to typeset 'a' is for "apple" in LaTeX, one would type


<lang latex>`a' is for ``apple'''''''</lang>
<lang latex>\documentclass{minimal}
\begin{document}
`a' is for ``apple"
\end{document}</lang>


One common mistake is to use the same symbol for opening and closing quotes,
One common mistake is to use the same symbol for opening and closing quotes,