GeneralTrouble with YAP and printing

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
User avatar
Bozack
Posts: 117
Joined: Wed Feb 06, 2008 4:21 pm

Trouble with YAP and printing

Post by Bozack »

I'm in big trouble... I can't print my math assignment for tomorrow because of a weird error coming from YAP every time I try to print:

Image

Before opening the document YAP gives me this message:

Image


I usually compile to PDF via PS (to get PStricks-things through too), but when I do that with this document all the summation-signs, integrals and big parentheses disappear...

I use MikTeX via TecniXCenter on Windows Vista.

I've attached my preamble and a part of the assignment as a minimal working example.. Hope someone can see why the big signs dissapear from PDF - or interpret why I cannot print via YAP. (btw the minimal working example gives the error "4000 vs. 600" instead of "300 vs. 600" as the full assignment gives...)
Attachments
main.tex
(8.95 KiB) Downloaded 202 times
OS, LaTeX-system, editor: Arch Linux 64bit, TeXlive, Kile | Windows 10 Professional 64bit, MikTeX 4.9, TeXnicCenter 2.02 64bit

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
Joined: Mon Mar 10, 2008 9:44 pm

Trouble with YAP and printing

Post by Stefan Kottwitz »

Hi Bozack,
Bozack wrote:I usually compile to PDF via PS (to get PStricks-things through too), but when I do that with this document all the summation-signs, integrals and big parentheses disappear...
Hope someone can see why the big signs dissapear from PDF
Try:

Code: Select all

\usepackage{exscale}
Stefan
LaTeX.org admin
User avatar
Bozack
Posts: 117
Joined: Wed Feb 06, 2008 4:21 pm

Re: Trouble with YAP and printing

Post by Bozack »

As always Stefan_K, you're my savior! It works brilliantly when compiling to PDF via PS now :) Thank you so much

I would still like to know what that error message coming from YAP means though - especially the one it shows when opening right after compiling. -If anyone has ever seen it before... But no rush now of course :mrgreen:
OS, LaTeX-system, editor: Arch Linux 64bit, TeXlive, Kile | Windows 10 Professional 64bit, MikTeX 4.9, TeXnicCenter 2.02 64bit
Post Reply