Thanks Stefan
I'll study with interest
Search found 30 matches
- Wed Dec 28, 2011 10:02 pm
- Forum: Graphics, Figures & Tables
- Topic: tikZ | Coordinate Parameters
- Replies: 2
- Views: 3785
- Wed Dec 28, 2011 7:00 pm
- Forum: Graphics, Figures & Tables
- Topic: tikZ | Coordinate Parameters
- Replies: 2
- Views: 3785
tikZ | Coordinate Parameters
I am using Pgf Tikz to produce a diagram
It shows a mass at rest on a ramp. For most points I have been able to parameterise the coordinates (meaning that, for example, I can change the angle of the ramp or the mass size by changing a single parameter. The code follows:
\documentclass[a4paper ...
It shows a mass at rest on a ramp. For most points I have been able to parameterise the coordinates (meaning that, for example, I can change the angle of the ramp or the mass size by changing a single parameter. The code follows:
\documentclass[a4paper ...
- Mon Dec 12, 2011 7:08 pm
- Forum: Text Formatting
- Topic: hyperref | Get rid of red Boxes around Links
- Replies: 5
- Views: 49976
Re: hyperref | Get rid of red Boxes around Links
Thank you -solved 

- Mon Dec 12, 2011 6:53 pm
- Forum: Text Formatting
- Topic: hyperref | Get rid of red Boxes around Links
- Replies: 5
- Views: 49976
hyperref | Get rid of red Boxes around Links
Thanks localghost
I want to remove the ref boxes for screen viewings based on acrobat (my users complain :? ) even when it's embedded in (say) Chrome.
I've tried
\usepackage[hidelinks]{hyperref}
but I just get the error
C:\Program Files\MiKTeX 2.8\tex\latex\hyperref\hyperref.sty(3528): Error ...
I want to remove the ref boxes for screen viewings based on acrobat (my users complain :? ) even when it's embedded in (say) Chrome.
I've tried
\usepackage[hidelinks]{hyperref}
but I just get the error
C:\Program Files\MiKTeX 2.8\tex\latex\hyperref\hyperref.sty(3528): Error ...
- Mon Dec 12, 2011 6:23 pm
- Forum: Text Formatting
- Topic: hyperref | Get rid of red Boxes around Links
- Replies: 5
- Views: 49976
hyperref | Get rid of red Boxes around Links
I am using the hyperref package, but when viewed with acrobat the hyperlinks appear in red boxes. I have
in my preamble. According to the hyperref wiki page the default for colorlinks is false, but I cannot get rid of them
Can anyone help?
Code: Select all
\usepackage[colorlinks=false]{hyperref}
Can anyone help?
- Sat Nov 26, 2011 1:42 pm
- Forum: Decision Guidance
- Topic: TeX Distribution for Linux (Puppy-Lucid)
- Replies: 2
- Views: 29075
TeX Distribution for Linux (Puppy-Lucid)
I've been using LaTeX on windows for about 12 months (MiKTeX and WinShell), but now I've got an old laptop up with Puppy-Lucid (Linux) and I would like to use LaTeX on this.
Can anyone please point me to some resources to help be choose and install suitable software to make this possible
NB: I'm ...
Can anyone please point me to some resources to help be choose and install suitable software to make this possible
NB: I'm ...
- Sat Nov 12, 2011 6:18 pm
- Forum: WinShell
- Topic: Integrate Gnuplot
- Replies: 8
- Views: 46395
Integrate Gnuplot
Thanks localghost
I'm sorry, but I really need to be hand-held through this
I have gnuplot in my PATH; specifically if I type in gnuplot from any directory in Command Prompt the program starts
I have changed the pdfLatex cmdLine in WinShell as suggested. This now reads
-synctex=-1 "%s.tex ...
I'm sorry, but I really need to be hand-held through this
I have gnuplot in my PATH; specifically if I type in gnuplot from any directory in Command Prompt the program starts
I have changed the pdfLatex cmdLine in WinShell as suggested. This now reads
-synctex=-1 "%s.tex ...
- Thu Nov 10, 2011 11:11 pm
- Forum: WinShell
- Topic: Integrate Gnuplot
- Replies: 8
- Views: 46395
Integrate Gnuplot
pgfplots can even use gnuplot to compute the coordinates.
OK :)
But how? I'm using
\addplot gnuplot[id=sin]{sin(x)};
and I get the message:
pgfPlots.tex(21): Error: Package pgfplots Error: Sorry, the gnuplot-result file 'pgfPlots.sin.table' could not be found. Maybe you need to enable the ...
OK :)
But how? I'm using
\addplot gnuplot[id=sin]{sin(x)};
and I get the message:
pgfPlots.tex(21): Error: Package pgfplots Error: Sorry, the gnuplot-result file 'pgfPlots.sin.table' could not be found. Maybe you need to enable the ...
- Thu Nov 10, 2011 8:22 pm
- Forum: WinShell
- Topic: Integrate Gnuplot
- Replies: 8
- Views: 46395
Re: Integrate Gnuplot
Thanks both
As a LaTeX newbie, I'd never heard of pgplots - looks good so far
As a LaTeX newbie, I'd never heard of pgplots - looks good so far
- Thu Nov 10, 2011 3:41 pm
- Forum: WinShell
- Topic: Integrate Gnuplot
- Replies: 8
- Views: 46395
Integrate Gnuplot
Hi
I'm running WinShell under Windows and I was wondering if anyone could help me call Gnuplot 'plot' command directly from LaTeX source?
e.g.
I can generate .tex files from Gnuplot and use in my LaTeX documents with '\input' with no problem, but it's a bit long winded
Thanks
I'm running WinShell under Windows and I was wondering if anyone could help me call Gnuplot 'plot' command directly from LaTeX source?
e.g.
Code: Select all
plot sin(x)/x
Thanks