Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No explanation of T1 #216

Open
winterqt opened this issue Aug 27, 2024 · 1 comment
Open

No explanation of T1 #216

winterqt opened this issue Aug 27, 2024 · 1 comment

Comments

@winterqt
Copy link

Since #83, all of the Latin script examples contain \usepackage[T1]{fontenc}, but none of them explain what exactly it does and why it's a desired command to use for Latin scripts. Maybe this would be suited for either Lesson 3 and/or Lesson 6.

@davidcarlisle
Copy link
Member

yes, you are probably right. at the very least the lesson 3 example

\documentclass[a4paper,12pt]{article} % The document class with options
\usepackage[T1]{fontenc}
% A comment in the preamble
\begin{document}
% This is a comment
This is   a simple
document\footnote{with a footnote}.

This is a new paragraph.
\end{document}

could have a comment on line 2 along the lines of

% select T1 font encoding: suitable for Western European Latin scripts

or some such?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants