Tagged Questions
4
votes
1answer
159 views
Quality loss at adding images to a LaTeX file
I have a LaTeX file (compiled with pdflatex) with some images in pdf added via the \includegraphics command. The problem is that the images are really big (up to 10MB) and the output file is too large ...
5
votes
1answer
122 views
pgfplots with gnuplot
I got a problem with latex implementing a gnuplot code. I use PdfLatex with argument "--enable-write18".
The following code should works with the first commented-out line %plot 'data.dat' u 1:2;, but ...
4
votes
2answers
860 views
Good quality images in pdflatex
Generally I include images in my latex document by the command
\includegraphics[scale=0.5]{image.png}
However, after doing pdflatex the image quality is always very poor in the resulting pdf file. ...
2
votes
1answer
957 views
Gnuplot epslatex terminal not showing axis text
The following minimal example shows how I make a plot using gnuplot to the "epslatex" terminal and want to include it in my document. However, the axis texsts do not show.. What might be wrong? ...
4
votes
1answer
1k views
How do I get the gnuplottex/epstopdf package to work with “-output-dir” and “-aux-dir” option?
I can't seem to get the gnuplottex package to work with my preferred compile options. This is a (not too) minimal example of what I mean:
\documentclass[a4paper,10pt]{scrreprt}
% ...
6
votes
1answer
4k views
LaTeX formulas in gnuplot plot legends?
I would like to have my gnuplot legends set in LaTeX math mode, because they often are described by a formula. I use wxMaxima to generate the plots, but I could switch to using gnuplot directly, if ...
1
vote
1answer
1k views
gnuplot epslatex pdflatex
I'm trying to embed my plot created in gnuplot. Just setting the terminal to latex works fine but only creates a black and white plot. With the color screens getting cheaper these days this isn't ...
3
votes
1answer
567 views
Gnuplot subdirectory not found using epstopdf
I'm moving from the gnuplot latex terminal, to the epslatex terminal. I use pdflatex. With the epslatex terminal, I receive two output files, a .tex and a .eps. I can use epstopdf to convert the eps ...
4
votes
3answers
1k views
Gnuplottex basic example fails with 'undefined control sequence'
I'm using latest TeXLive on Linux, and have gnuplot installed. I have also installed gnuplottex package.
Then, I'm trying to compile the basic gnuplottex CTAN example, example-pdf.tex; however, I ...
