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!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- 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: 10358
- 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