Generalrerunfilecheck | Package Warning

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
andy8
Posts: 4
Joined: Sun Jun 10, 2012 2:42 am

rerunfilecheck | Package Warning

Post by andy8 »

I'm attempting to generate a document on TexWorks. The error I get is as shown in the attachment. I'm relatively new to LaTeX ; please help me out.
Attachments
rerunfilecheck-warning.png
rerunfilecheck-warning.png (33.63 KiB) Viewed 5912 times
Last edited by localghost on Sun Jun 10, 2012 11:45 am, edited 1 time in total.
Reason: Preferably no external links (see Board Rules). Attachments go onto the forum server where possible.

Recommended reading 2024:

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

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

rerunfilecheck | Package Warning

Post by localghost »

This is no error. Just a warning, as can be seen clearly. Take a look at the manual of the rerunfilecheck package for more information. Start a new compiler run and the warning should disappear.

Don't post screen captures of warnings or errors. Copy them from the log file (*.log) or attach the complete log by upload to the forum server.


Best regards and welcome to the board
Thorsten
andy8
Posts: 4
Joined: Sun Jun 10, 2012 2:42 am

Re: rerunfilecheck | Package Warning

Post by andy8 »

Hi,

Thanks for your reply.

I still couldn't get it to work. Below I have a copy of the log of my error.
Attachments
untitled-1.log
(4.15 KiB) Downloaded 345 times
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

rerunfilecheck | Package Warning

Post by localghost »

It would be nice if you follow directions and not just copy and paste the complete log into a post but just attach it by upload to the forum server.

It seems that you have a problem with your TeX installation. The PDF output is prevented. And the package warning doesn't cause this problem anyway. The last lines of the log file give a clue.

Code: Select all

!pdfTeX error: /usr/texbin/pdflatex (file ugmr8a.pfb): cannot open Type 1 font
file for reading
 ==> Fatal error occurred, no output PDF file produced!
Seems that you are trying to use the mathdesign package with the (urw-)garamond option but some essential font files for URW Garamond are missing on your system.

For more specific help attach a minimal example to your next post.
andy8
Posts: 4
Joined: Sun Jun 10, 2012 2:42 am

Re: rerunfilecheck | Package Warning

Post by andy8 »

I'll make sure that I follow the rules properly when I post the next time.

I'm re-installing MacTex distribution again.I'll see if the document gets generated then,
probably something went wrong during installation.

Thanks for your help so far.
andy8
Posts: 4
Joined: Sun Jun 10, 2012 2:42 am

Re: rerunfilecheck | Package Warning

Post by andy8 »

Hi,

I managed to generate the file.

The issue was that; I didn't install the URW Garamond fonts for the math design package.

After installing it I'm able to generate the file without a problem.
Post Reply