Search found 7 matches
- Fri Apr 23, 2010 11:00 am
- Forum: Math & Science
- Topic: Problems with the cancel package
- Replies: 2
- Views: 5987
Re: Problems with the cancel package
Thanks, that's great!
- Thu Apr 22, 2010 4:17 pm
- Forum: Math & Science
- Topic: Problems with the cancel package
- Replies: 2
- Views: 5987
Problems with the cancel package
I having problems with the \cancelto command in the cancel package, in that if you close a bracket immediately after the command, the cancelled to value and the brackets merge into one.
The documentation makes reference to a makeroom package option, but can't seem to find how to use said option ...
The documentation makes reference to a makeroom package option, but can't seem to find how to use said option ...
- Mon Jan 11, 2010 3:32 pm
- Forum: Math & Science
- Topic: newcommand with \end{align*}
- Replies: 2
- Views: 6070
newcommand with \end{align*}
When writing model solutions to questions, I use the align* environment. However, typing
\begin{align*}
[blah, blah]
\end{align*}
is a little time-consuming. I tried to define a command to start and end the environment, such as
\newcommand{\ba}{\begin{align*}}
\newcommand{\ealign}{\end ...
\begin{align*}
[blah, blah]
\end{align*}
is a little time-consuming. I tried to define a command to start and end the environment, such as
\newcommand{\ba}{\begin{align*}}
\newcommand{\ealign}{\end ...
- Wed Nov 18, 2009 5:46 pm
- Forum: MiKTeX and proTeXt
- Topic: Installation Error.
- Replies: 1
- Views: 2465
Installation Error.
I'm trying to install MikTeX 2.8 onto a machine running Vista SP2, and the installation gets right to the end then I get an error.
This happens whether I run the Basic or Complete installation, and whether or not I run it as an administrator.
"C:\Program Files\MiKTeX 2.8\miktex\bin\initexmf.exe ...
This happens whether I run the Basic or Complete installation, and whether or not I run it as an administrator.
"C:\Program Files\MiKTeX 2.8\miktex\bin\initexmf.exe ...
- Wed Sep 24, 2008 10:26 am
- Forum: General
- Topic: Plotting Inequalities on a number Line
- Replies: 2
- Views: 4374
Re: Plotting Inequalities on a number Line
Thanks Stefan,
But the region appears to be further right than it should be.
If you put a region on the line, and then repeat it above with the raisebox command, then the line is in the right place.
However, if you then attempt two regions, one above the other, then at least one is out of place ...
But the region appears to be further right than it should be.
If you put a region on the line, and then repeat it above with the raisebox command, then the line is in the right place.
However, if you then attempt two regions, one above the other, then at least one is out of place ...
- Tue Sep 23, 2008 11:38 am
- Forum: General
- Topic: Plotting Inequalities on a number Line
- Replies: 2
- Views: 4374
Plotting Inequalities on a number Line
When you solve two inequalities, such as x>4 and x<=6, you'd draw them on a number line, one above the other.
Using the interval command (in the cooordsys package), you can plot them on a number line, but if you put two interval commands, they are plotted one on top of the other. Can you plot them ...
Using the interval command (in the cooordsys package), you can plot them on a number line, but if you put two interval commands, they are plotted one on top of the other. Can you plot them ...
- Mon Feb 05, 2007 4:57 pm
- Forum: General
- Topic: Drawing Venn Diagrams
- Replies: 4
- Views: 14521
Drawing Venn Diagrams
What is the easiest way of drawing Venn Diagrams in LaTeX?