Search found 13 matches
- Fri Jan 18, 2008 4:25 pm
- Forum: General
- Topic: Help Creating Timelines
- Replies: 5
- Views: 11949
Re: Help Creating Timelines
Never mind. I built a nice solution in Excel that creates the LaTeX code for me.
- Fri Jan 18, 2008 6:37 am
- Forum: General
- Topic: Help Creating Timelines
- Replies: 5
- Views: 11949
Help Creating Timelines
The following code gives me a nice timeline, but can you think of a way to streamline this? Maybe with a command somehow and passing an array for the nodes? I'm not sure if that is even possible.
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{snakes}
\begin{document}
\begin ...
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{snakes}
\begin{document}
\begin ...
- Fri Jan 18, 2008 5:49 am
- Forum: General
- Topic: Help Creating Timelines
- Replies: 5
- Views: 11949
Re: Help Creating Timelines
Never mind. Google to the rescue again. I just needed to add this line of code:
\usetikzlibrary{snakes}
\usetikzlibrary{snakes}
- Fri Jan 18, 2008 5:28 am
- Forum: General
- Topic: Help Creating Timelines
- Replies: 5
- Views: 11949
Help Creating Timelines
Thanks! That is great!
Here is a simple timeline.
\[
\begin{tikzpicture}
\draw (0,0) -- (2,0);
\foreach \x/\xtext in {0/0/\ , 1/1/10, 2/2/20}
\draw (\x cm,3pt) -- (\x cm,-3pt) node[below=3pt] {\x} node[above=6pt] {\xtext};
\end{tikzpicture}
\]
But when I try to add a snaked line, I get ...
Here is a simple timeline.
\[
\begin{tikzpicture}
\draw (0,0) -- (2,0);
\foreach \x/\xtext in {0/0/\ , 1/1/10, 2/2/20}
\draw (\x cm,3pt) -- (\x cm,-3pt) node[below=3pt] {\x} node[above=6pt] {\xtext};
\end{tikzpicture}
\]
But when I try to add a snaked line, I get ...
- Thu Jan 17, 2008 5:29 am
- Forum: General
- Topic: multiple choice questions
- Replies: 3
- Views: 4649
Re: multiple choice questions
http://www.artofproblemsolving.com/LaTe ... mmands.php
Scroll down to "How To Build Your Own Commands"
Scroll down to "How To Build Your Own Commands"
- Thu Jan 17, 2008 4:00 am
- Forum: General
- Topic: Help Creating Timelines
- Replies: 5
- Views: 11949
Help Creating Timelines
Can somebody help me create timelines like this:
http://img252.imageshack.us/img252/7124/timelineve9.jpg
I've looked through the PSTricks and tried some stuff with nodes, but I never got anything that looked good and it definitely took too long. I have a bunch of different timelines so I need a ...
http://img252.imageshack.us/img252/7124/timelineve9.jpg
I've looked through the PSTricks and tried some stuff with nodes, but I never got anything that looked good and it definitely took too long. I have a bunch of different timelines so I need a ...
- Thu Aug 30, 2007 10:44 pm
- Forum: Document Classes
- Topic: TeXnicCenter using PSTricks package
- Replies: 18
- Views: 20234
TeXnicCenter using PSTricks package
"C:\Documents and Settings\Compaq_Administrator\My Documents\LaTeX\test.tex"[/code]
Avoid characters like "_" in your file paths. This is reserved for subscript in math mode. I'm not sure if this will solve your problem.
DING! DING! We have a winner.
I'm confused why this doesn't cause problems ...
- Thu Aug 30, 2007 8:25 pm
- Forum: Document Classes
- Topic: TeXnicCenter using PSTricks package
- Replies: 18
- Views: 20234
TeXnicCenter using PSTricks package
I can't comprehend your problem. Your code works fine for me. Add a command in the very first line of your code and post the list of used files from the LOG file here.
\listfiles
\documentclass[12pt]{article}
\usepackage{pstricks}
\begin{document}
\psset{unit=1mm}
\pscircle(0,0){10}
\end ...
- Thu Aug 30, 2007 7:57 pm
- Forum: Document Classes
- Topic: TeXnicCenter using PSTricks package
- Replies: 18
- Views: 20234
Re: TeXnicCenter using PSTricks package
I installed the pdftricks package which claims "Support for pstricks in pdftex". Then I tried to "LaTeX => PDF", but I still get errors.
- Thu Aug 30, 2007 7:12 pm
- Forum: Document Classes
- Topic: TeXnicCenter using PSTricks package
- Replies: 18
- Views: 20234
TeXnicCenter using PSTricks package
Is it b/c of "This is pdfTeX, Version 3.141592-1.40.4"