LaTeX Why won't my LaTeX images show up in the PDF?

  • Thread starter Thread starter Nusc
  • Start date Start date
  • Tags Tags
    Latex
AI Thread Summary
The discussion addresses issues related to using LaTeX, specifically regarding package installation and image display. Users are seeking guidance on quickly installing essential packages like graphicx, amssymb, epstopdf, epsf, and fancyhdr. A common problem noted is that images in .eps format do not appear in the generated PDF, with advice given that pdflatex requires images to be in PDF or PNG format instead. To resolve text formatting issues, such as displaying a tilde (~) and preventing subscripts from appearing, users are advised to utilize the \sim command in math mode or place the text in a verbatim environment. Additionally, resources like ctan.org are recommended for accessing LaTeX packages. For inserting HTML links, further research is suggested.
Nusc
Messages
752
Reaction score
2
Hi experts, I am having the following problems with LaTeX.

Where can I quickly install these packages:

\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{epstopdf}
\usepackage{epsf}
\usepackage{fancyhdr}


I enable them but my images won't appear in the pdf.

What's wrong? My image files are in .eps
 
Physics news on Phys.org
Also I want to have insert this text in latex

[2] http://www-groups.dcs.st-and.ac.uk/~history/Biographies/Russell_Scott.html



But the ~ won't show and the ll_S will create a subscript s which I don't want

how do I fix it? It says missing $ inserted
 
Those should all be in any modern (i.e. post 1996) distro. If you've really not got them, then you can always use ctan.org where all tex packages are kept.

The hack is to use \sim in mathmode for the tilde, though you should just put the whole thing in a verbatim environment. There are also \textunderscore commands too. And I forget the proper command for ~ in text mode. Try googling for how to insert html links into latex.
 
Last edited:
Also, for pdflatex, images must be in pdf or png, no eps.
 

Similar threads

Replies
3
Views
2K
Replies
8
Views
12K
Replies
1
Views
8K
Replies
4
Views
3K
Replies
5
Views
3K
Replies
1
Views
3K
Back
Top