GeneralListing of required sty files

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Aengus
Posts: 4
Joined: Sat Mar 15, 2008 12:28 am

Listing of required sty files

Post by Aengus »

I am moving a file from TexShop on a Mac to a MikTex on a PC. Is there an easy way to determine what style files I use to process a document in TexShop that I will need to install to process a the same document in MikTex?

Thanks in advance,
Dave Robinson

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: Listing of required sty files

Post by josephwright »

\listfiles will produce a list in the log of all style files, etc., loaded for a given document. Of course, this will vary between documents. However, MiKTeX will tell you what is needed and can download it from the Internet during a LaTeX run.
Joseph Wright
phi
Posts: 577
Joined: Tue Oct 21, 2008 8:10 pm

Re: Listing of required sty files

Post by phi »

Usually, that is not necessary, for MikTeX can install missing packages automatically. However, if you do need to find out which files are accessed, a very reliable way employs pdfTeX's filename recorder function (see the corresponding man page).
Aengus
Posts: 4
Joined: Sat Mar 15, 2008 12:28 am

Re: Listing of required sty files

Post by Aengus »

The difficulty lies in the fact that the report is being processed on a classified machine with no access to an external network.
Post Reply