Fonts & Character Sets ⇒ Book Antiqua
Book Antiqua
I want to write my Latex document in Book Antiqua, the font in MS word. How can I do it ?
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Book Antiqua
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Book Antiqua
I am new in Latex, I need some more explanation.
Could you please provide me what should I do in Ctan? which file I need to download? after downloading how to include the file in my tex document?
\usepackage{package_name} but how specify the Book Antinqua?
Regards.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Book Antiqua
Code: Select all
\documentclass[11pt,a4paper,english]{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{babel}
\usepackage[includeheadfoot,margin=2cm]{geometry}
\usepackage{pxfonts} % Postscript Type 1 font in Palatino style
\usepackage{blindtext}
\pagestyle{headings}
\begin{document}
\Blinddocument
\end{document}
More information about packages and their manuals can be found on CTAN.
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Book Antiqua
I would like to use the Antiqua typeface that can be seen here:
http://www.tug.dk/FontCatalogue/antiqua/
For me it seems to be an ancient stuff, and I can't really get grips with it. I copied the files to the folders, but it doesn't seem to be enough. I use MikTeX 2.9 (64 bit) and Win7 (64 bit), and I'm not really an expert in this. Thank You in advance!