Text Formatting ⇒ "normal" writing in Latex
"normal" writing in Latex
How can I write sth in LaTeX so that it won't be changed at all when its f.ex. converted into pdf
f.ex. lets say I want to write this here ${4!}+\frac{(\ln 4)^7}{7!}$ so that it will look just like that on the pdf (I mean - it will NOT be changed into a fraction ect). I know, I could do it by e.g. placing "\" before "$" and then it will just display "$" on my pdf rather than begin a new environment. But it would be a lot of work to do that kind of stuff every time. Is there a way to "write normally" in latex?
Sth like \begin{x} here we place what we want to be "normally written" \end{x}??
I would be really grateful for any help!
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
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
"normal" writing in Latex
your could use \verb or the verbatim environment:
Code: Select all
\begin{verbatim}
...
\end{verbatim}