Tagged Questions
2
votes
1answer
28 views
Turning off default scaling options (\setkeys{Gin}) temporarily
To set the default scaling values for the \includegraphics command, one can use \setkeys{Gin}{(key)=value)} from the graphicx package. For example, say I put down
\setkeys{Gin}{width=.7\textwidth}
...
6
votes
2answers
2k views
How to create a line graph in LaTeX?
I am in need of displaying line graphs in a LaTeX document but I can't figure out how. I searched on Google but did not receive any promising results. Is it really possible to do this within LaTeX or ...
2
votes
3answers
196 views
How can I get tex file compiled into image [duplicate]
Possible Duplicate:
Compile a LaTeX document into a PNG image that's as short as possible
What is the easiest way to compile tex file into image (I mean in any common graphic formats ...
8
votes
2answers
932 views
Drawing Lattice/Trellis Graphs using PGF/TikZ
I am trying to draw a graph containing lattice points and vectors. I wish it to look something like this:
I am not sure how to go about it, however, I would ideally like to be able to use ...
4
votes
0answers
146 views
Add dynamic geographic maps [duplicate]
Possible Duplicate:
geographic maps with TikZ/pgfplots
I would like to include maps in a document and I'm thinking that it would be great to have them dynamically generated. I'm wondering ...
2
votes
1answer
4k views
Which package is using \includegraphics?
Which package is using \includegraphics?
I have a issue in my installation package, I need to know which package is using \includegraphics.
The issue is picture showing like a DOT . If we zoom ...
20
votes
4answers
3k views
Packages: graphics vs graphicx
Different websites suggest using one of those two packages.
\usepackage{graphicx}
\usepackage{graphics}
What are differences between them? Which is better?
10
votes
5answers
2k views
Are there any packages for creating charts?
I'm looking for a package in which you can create nice bar and/or line charts in LaTeX. Currently I'm plotting the charts in Calc (OpenOffice), export it to a PDF document, crop it and then including ...
8
votes
3answers
2k views
Best practice for control flow charts
I wanted to plot a flow chart graph which looks similar to this diagram:
that comes from this source.
Which package would be best for that?
I don't want to use pstricks
8
votes
2answers
764 views
Correct way to distribute/embed an image in a LaTeX package/document?
I am creating a new document class that needs to render an image (e.g., a logo) on the title page. What is the correct way to distribute image with the class? Should the image file be distributed ...
27
votes
7answers
6k views
What graphics packages are there for creating graphics in LaTeX documents?
What packages do you use and recommend for creating graphics in your LaTeX documents?
As this is a community wiki post, please add your package to the accepted answer (or add a comment, and ...
