Document Classes ⇒ How to learn which package is used?
How to learn which package is used?
Hi all,
i am new to this great forum.
Is it possible to learn from a pdf file which packages are used while being complied?
I really like the style of the journals of Hindawi, equations look very nice.
Please see (2.2) and (2.3) of the paper http://downloads.hindawi.com/GetPDF.asp ... 2007/60907
If you know the names of these packages of text fonts and mathematical styles please tell :$
Thanks.
i am new to this great forum.
Is it possible to learn from a pdf file which packages are used while being complied?
I really like the style of the journals of Hindawi, equations look very nice.
Please see (2.2) and (2.3) of the paper http://downloads.hindawi.com/GetPDF.asp ... 2007/60907
If you know the names of these packages of text fonts and mathematical styles please tell :$
Thanks.
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
How to learn which package is used?
These are features of Standard LaTeX. There are packages that enhance math typesetting like amsmath. Useful hints about typesetting math expressions are given with the "Math mode" document. The used font is MinionPro and can be checked by looking at the properties of the document.
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
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: How to learn which package is used?
localghost, thank you very much.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
How to learn which package is used?
Hi,
the small tool pdffonts could also help if the used reader cannot display the fonts used.
Stefan
the small tool pdffonts could also help if the used reader cannot display the fonts used.
Stefan
LaTeX.org admin
How to learn which package is used?
uhm :s.
I need further help, when I add the code
into my tex file, It says that
I downloaded the files located in http://tug.ctan.org/tex-archive/fonts/minionpro but I could not make it work.
thanks.
I need further help, when I add the code
Code: Select all
\usepackage{MinionPro}
Code: Select all
!LaTex Error: File 'MinionPro.sty' is not found.
thanks.
Re: How to learn which package is used?
(1) Do you actually have the minion pro fonts? (I don't remember if they are freely available, the latex support package is, but the font might not be)
(2) use the package manager to download and install stuff
(2) use the package manager to download and install stuff
How to learn which package is used?
Hi,
For getting Minionpro fonts installed you can refer the post
Minion Pro
numbers (in math mode) of Miniopro fonts doesn't look very nice to me, if you want you can use [onlytext] option and combine it with other font for maths (eg. mathpazo).
Regards,
Arif
For getting Minionpro fonts installed you can refer the post
Minion Pro
numbers (in math mode) of Miniopro fonts doesn't look very nice to me, if you want you can use [onlytext] option and combine it with other font for maths (eg. mathpazo).
Regards,
Arif