Search found 3 matches
- Wed Aug 15, 2012 1:52 pm
- Forum: Graphics, Figures & Tables
- Topic: gnuplottex | New Environment for Gnuplot Script
- Replies: 9
- Views: 7715
Re: gnuplottex | New Environment for Gnuplot Script
No ideas anybody?
- Mon Aug 13, 2012 12:06 pm
- Forum: Graphics, Figures & Tables
- Topic: gnuplottex | New Environment for Gnuplot Script
- Replies: 9
- Views: 7715
gnuplottex | New Environment for Gnuplot Script
Hi,
thanks for the reply and the welcome!
Here is the complete example:
\documentclass{article}
\usepackage{graphicx}
\usepackage{epstopdf}
\usepackage{gnuplottex}
\begin{document}
\newenvironment{gnu}[1]{
\begin{figure}[!ht]
\caption{#1}
\begin{gnuplot}[terminal=epslatex,terminaloptions ...
thanks for the reply and the welcome!
Here is the complete example:
\documentclass{article}
\usepackage{graphicx}
\usepackage{epstopdf}
\usepackage{gnuplottex}
\begin{document}
\newenvironment{gnu}[1]{
\begin{figure}[!ht]
\caption{#1}
\begin{gnuplot}[terminal=epslatex,terminaloptions ...
- Fri Aug 10, 2012 3:36 pm
- Forum: Graphics, Figures & Tables
- Topic: gnuplottex | New Environment for Gnuplot Script
- Replies: 9
- Views: 7715
gnuplottex | New Environment for Gnuplot Script
I try to create a new environment for gnuplot, where the figure-command and captions and so on are included.
\newenvironment{gnu}[1]{
\begin{figure}[!ht]
\caption{#1}
\begin{gnuplot}[terminal=epslatex,terminaloptions=color solid]
}{
\end{gnuplot}
\end{figure}
}
\begin{gnu}{1}
plot cos(x ...
\newenvironment{gnu}[1]{
\begin{figure}[!ht]
\caption{#1}
\begin{gnuplot}[terminal=epslatex,terminaloptions=color solid]
}{
\end{gnuplot}
\end{figure}
}
\begin{gnu}{1}
plot cos(x ...