Fonts & Character Sets ⇒ Font style other then normal font of document
-
- Posts: 20
- Joined: Fri Jan 24, 2020 10:31 am
Font style other then normal font of document
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
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
Font style other then normal font of document

-
- Posts: 20
- Joined: Fri Jan 24, 2020 10:31 am
Font style other then normal font of document
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
Font style other then normal font of document
Usage of other fonts is possible with PDFLaTeX too, but then you need a font installation package. Using TTF or OTF fonts with XeLaTeX or LuaLaTeX is much easier.

-
- Posts: 20
- Joined: Fri Jan 24, 2020 10:31 am
Font style other then normal font of document
- Stefan Kottwitz
- Site Admin
- Posts: 10330
- Joined: Mon Mar 10, 2008 9:44 pm
Font style other then normal font of document
welcome to the forum!
Complete guidance with much effort while you shorten your own effort? "Plz" and "univ" and no own code. I just guess that may not work.sheenshahid wrote:Plz guide completely.
We usually like to talk about LaTeX, fix errors in 5 minutes or give advice in 5 minutes, as we enjoy talking here. Sometimes we spend more time in a serious conversation. Perhaps let us know the font you need to use, for example.
Stefan
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
Font style other then normal font of document

% Important: You have to use LuaLaTeX or XeLaTeX instead of PDFLaTeX zu% compile this file!\documentclass{article}\usepackage{fontspec}\usepackage{blindtext}\usepackage[english]{babel}\setmainfont{TeX Gyre Termes}% Use the Times clone TeX Gyre Termes as main font.\newfontfamily{\otherfamily}{TeX Gyre Chorus}% Load TeX Gyre Chorus as an additional font family.\begin{document}\begin{titlepage}{\otherfamily This is the name of the university.}\vfill{\Huge\bfseries The Name of the Game\par}\bigskip{\large\bfseries Me and Boby McGee\par}\vfill\vfill\vfill\end{titlepage}\tableofcontents\blinddocument\end{document}

I've used the Times clone TeX Gyre Termes as main document font and loaded TeX Gyre Chorus (a font bases in Chancery Italic) as additional font. But you can use any other font, you've installed correctly. See the fontspec manual about how to alternatively load fonts by file name (and even path), if loading per name fails (e.g. because the font has not been installed correctly).

- Stefan Kottwitz
- Site Admin
- Posts: 10330
- Joined: Mon Mar 10, 2008 9:44 pm
Font style other then normal font of document
Stefan
-
- Posts: 20
- Joined: Fri Jan 24, 2020 10:31 am
Font style other then normal font of document
Thanks for ur reply.
The name of this font is " old English " , which I noted from Microsoft word. I have to write just name of my univ in this old English font style .
Regards
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm