Hi all,
i tried to get a picture like the one attached. Essentially, i need to shade on the surface of a cylinder. I figured out that it could be achieved by placing many small peaces next to each other, but unfortunately it takes alot of calculation time and i guess this is surely one of the worst ...
Search found 29 matches
- Sat Sep 29, 2012 12:21 am
- Forum: Graphics, Figures & Tables
- Topic: tikZ | Shading on Cylinder
- Replies: 1
- Views: 3826
- Thu Aug 30, 2012 7:36 pm
- Forum: Graphics, Figures & Tables
- Topic: How can I draw plots in LaTeX?
- Replies: 69
- Views: 47749
Re: latex,gnuplot
Its exactly the same for me. You could try to remove MikTeX as well as gnuplot and reinstall both. Sorry, but i dont know what else to do. Alternatively you could use another Editor (like TeXstudio, which is my favorite editor) and see if the problem still exists there.
- Thu Aug 30, 2012 6:52 pm
- Forum: Graphics, Figures & Tables
- Topic: How can I draw plots in LaTeX?
- Replies: 69
- Views: 47749
Re: latex,gnuplot
No, i did not change a thing. It worked out of the box for me. Attached is my log file of your example. As you can see, calling gnuplot works fine.
Stupid question, but did you check that you use the same profile (pdfLaTeX) where you added "--enable-write18" to compile the tex file? There are e.g ...
Stupid question, but did you check that you use the same profile (pdfLaTeX) where you added "--enable-write18" to compile the tex file? There are e.g ...
- Thu Aug 30, 2012 4:56 pm
- Forum: Graphics, Figures & Tables
- Topic: How can I draw plots in LaTeX?
- Replies: 69
- Views: 47749
Re: latex,gnuplot
Hi,
fortunately, i'm using MikTeX and gnuplot, too, since last week. Unfortunately, I have no problems with your example in texworks!
Did you check the PATH-thing when you installed gnuplot?
Regards,
Max
fortunately, i'm using MikTeX and gnuplot, too, since last week. Unfortunately, I have no problems with your example in texworks!
Did you check the PATH-thing when you installed gnuplot?
Regards,
Max
- Wed Aug 29, 2012 1:40 pm
- Forum: Graphics, Figures & Tables
- Topic: TikZ intersections
- Replies: 0
- Views: 2493
TikZ intersections
Hi all,
i'm rather new to TikZ and have some problems with the intersection package.
I want to draw the picture which i attached in the pdf-file (but without the surrounding box which i added for a better description of the actual problem). As you can see, i already figured out some code that ...
i'm rather new to TikZ and have some problems with the intersection package.
I want to draw the picture which i attached in the pdf-file (but without the surrounding box which i added for a better description of the actual problem). As you can see, i already figured out some code that ...
- Tue Oct 18, 2011 9:21 pm
- Forum: General
- Topic: Renew Environment with additional Parameters
- Replies: 2
- Views: 2989
Re: Renew Environment with additional Parameters
Thanks localghost,
i will give it a try!
Max
i will give it a try!
Max
- Tue Oct 18, 2011 7:54 pm
- Forum: General
- Topic: Renew Environment with additional Parameters
- Replies: 2
- Views: 2989
Renew Environment with additional Parameters
Hey all,
i want to extend the itemize environment to have a parameter for the symbols. Unfortunately the following does not work and i read that \renewenvironment cannot change the number of arguments.
\let\itemizeOld=\itemize
\renewenvironment{itemize}[1][-]{\renewcommand{\labelitemi}{#1 ...
i want to extend the itemize environment to have a parameter for the symbols. Unfortunately the following does not work and i read that \renewenvironment cannot change the number of arguments.
\let\itemizeOld=\itemize
\renewenvironment{itemize}[1][-]{\renewcommand{\labelitemi}{#1 ...
- Fri Oct 14, 2011 3:50 pm
- Forum: Graphics, Figures & Tables
- Topic: Multiple Column Problem in Table
- Replies: 6
- Views: 3910
Re: Multiple Column Problem in Table
You can find many solutions with google on how to convert tables from excel to latex.
- Fri Oct 14, 2011 3:39 pm
- Forum: Math & Science
- Topic: Large Arrow on top of Symbol
- Replies: 4
- Views: 9096
Large Arrow on top of Symbol
I've had the same problem some time ago.
looks bad because the arrow is too small. Now i use
which looks much better.
But clearly this isn't suitable if the arrow has to be extended over the whole term.
Code: Select all
\vec{e_x}
Code: Select all
\vec{e}_x
But clearly this isn't suitable if the arrow has to be extended over the whole term.
- Tue Oct 11, 2011 1:12 am
- Forum: TeX Live and MacTeX
- Topic: Not finding texlive packages
- Replies: 4
- Views: 5031
Not finding texlive packages
Hi,
i see two errors, one caused by \eqqcolon and the other concerning \underbracket.
Add
to your header. That should work.
i see two errors, one caused by \eqqcolon and the other concerning \underbracket.
Add
Code: Select all
\usepackage{mathtools}% or \usepackage{pxfonts}
\usepackage{underbracket}