Math & Science ⇒ Equations do not show up
Equations do not show up
I have used MikTex (2.5) + Texniccenter combo on my old laptop, and with the purchase of a new laptop I have installed MikTex 2.9 + Texniccenter on it. However, when I try to compile the .tex files (which compiled fine under MikTex 2.5), the equations are missing bits and pieces under MikTex 2.9.
I'm using \usepackage{txfonts}, which should still not be obsolete, and so I am stumped as to why this problem exists (the copy of the .tex file still compiles - with all the equations intact - under miktex 2.5).
Any ideas?
s0126471
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Equations do not show up
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Equations do not show up
Thanks for the quick response. I have attached the a minimal example .tex (although using \usepackage{txfonts}, as well as its output in .ps format.
There is a need for me to use txfonts (and not amsmath) for some of the gaudy mathematical formulae that I am using in my original .tex file, therefore just switching packages is not an option.
s0126471
- Attachments
-
- example.ps
- Output using the txfonts package
- (10.88 KiB) Downloaded 214 times
-
- example.tex
- (1.48 KiB) Downloaded 216 times
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Equations do not show up
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Equations do not show up
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Equations do not show up
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Equations do not show up
Its not PDF, its PS (postscript). Heres the list of files I get after a compile:
example.aux
example.bbl
example.blg
example.dvi
example.txt
example.ps
example.tex
I cant seem to figure out how to get the .log file.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Equations do not show up
Some files are generated independently of the build process. But really astonishing is that there is a *.txt file in your list. This is very unusual. Are you sure that this is really a file with this suffix? As far as i know files with the suffix *.log are concatenated with the Wind0ws editor and get the same icon as *.txt files. Please make sure which suffix this file really has. Nevertheless I suggest that you exactly attach this file to your next post.s0126471 wrote:[…] Its not PDF, its PS (postscript). […]
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Equations do not show up
Nevertheless, I attach the log file to this post.
- Attachments
-
- example.log
- (9.66 KiB) Downloaded 195 times
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Equations do not show up
Code: Select all
\usepackage[T1]{fontenc}
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10