TeXworks ⇒ mistakes on typing |
mistakes on typing |
But the outcome after clicking on typesetting button is shown: —left— left —right
It's dash, rather than my desired |.
Many thanks in advance!
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
mistakes on typing |
\usepackage[T1]{fontenc}
Stefan
mistakes on typing |
Could you explain what's the distinguishable function of this package [T1]{fontenc}?
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
mistakes on typing |
It is a free introduction written by Nicola Talbot that gets you familiar with all the basics you need.
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
mistakes on typing |
Using this, I also recommend to add
\usepackage{lmodern}
This changes the default font (Computer Modern) to Latin Modern that is very similar but with proper T1 encoding support. I would say it's better to use it.
Stefan