Hey,
I want to write my Latex document in Book Antiqua, the font in MS word. How can I do it ?
Fonts & Character Sets ⇒ Book Antiqua
- localghost
- Site Moderator
- Posts: 9201
- Joined: Fri Feb 02, 2007 12:06 pm
Book Antiqua
Book Antigua is only an imitation of Palatino. LaTeX gives you easy access to Palatino with the mathpazo package. An alternative could be the pxfonts package.
Best regards and welcome to the board
Thorsten
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Re: Book Antiqua
Thank you Thorsten,
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.
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: 9201
- Joined: Fri Feb 02, 2007 12:06 pm
Book Antiqua
As already mentioned, there is no direct access to Book Antigua for LaTeX. But you can use the original Palatino type face. Consider the following example.
Depending on your LaTeX distribution, missing packages may be installed automatically. Otherwise start the package manager of your LaTeX system install them subsequently.
More information about packages and their manuals can be found on CTAN.
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.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Re: Book Antiqua
Hi,
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!
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!