Hi.
I just noticed I haven't answered you.
Thanks, that helped a lot.
Search found 61 matches
- Tue Jan 12, 2010 5:08 pm
- Forum: Text Formatting
- Topic: Auto cross reference fixing
- Replies: 2
- Views: 2159
- Tue Jan 12, 2010 1:14 pm
- Forum: Graphics, Figures & Tables
- Topic: Double arrow in tikZ
- Replies: 10
- Views: 40161
Double arrow in tikZ
This is my diagram.
\documentclass{article} % say
\usepackage{tikz}
\usetikzlibrary{arrows,decorations.pathmorphing,backgrounds,positioning,fit,matrix}
\begin{document}
\begin{tikzpicture}[
unit/.style={rectangle,fill=black!3,draw,thick,minimum size = 1cm, text width = 2.5cm, text badly ragged ...
\documentclass{article} % say
\usepackage{tikz}
\usetikzlibrary{arrows,decorations.pathmorphing,backgrounds,positioning,fit,matrix}
\begin{document}
\begin{tikzpicture}[
unit/.style={rectangle,fill=black!3,draw,thick,minimum size = 1cm, text width = 2.5cm, text badly ragged ...
- Mon Jan 11, 2010 10:03 pm
- Forum: Graphics, Figures & Tables
- Topic: Double arrow in tikZ
- Replies: 10
- Views: 40161
Double arrow in tikZ
those are shapes of arrow. I need to use the arrows to connect between nodes. There is no writing on how to use the arrows to connect two dots in a certain distance.
Here is what I want:
\documentclass{article} % say
\usepackage{tikz}
\usetikzlibrary{arrows,decorations.pathmorphing,backgrounds ...
Here is what I want:
\documentclass{article} % say
\usepackage{tikz}
\usetikzlibrary{arrows,decorations.pathmorphing,backgrounds ...
- Mon Jan 11, 2010 9:06 pm
- Forum: Graphics, Figures & Tables
- Topic: Double arrow in tikZ
- Replies: 10
- Views: 40161
Double arrow in tikZ
Hi guys.
I trying to create a diagram that describe the system I'm using.
I want the diagram to have double arrows but the only way I found was using the double command which create ugly arrowheads. Also, I couldn't find the way to apply using the \draw command.
I found a 2 years old thread in ...
I trying to create a diagram that describe the system I'm using.
I want the diagram to have double arrows but the only way I found was using the double command which create ugly arrowheads. Also, I couldn't find the way to apply using the \draw command.
I found a 2 years old thread in ...
- Mon Jan 11, 2010 11:41 am
- Forum: Page Layout
- Topic: Margin text run away using geometry package
- Replies: 4
- Views: 2752
Re: Margin text run away using geometry package
I know (about the marginnote). I only used it when I want a margin to appear next to a formula or an image. I thought that the marginnote might cause such a problem so I stated this.
- Sat Jan 09, 2010 11:56 pm
- Forum: Page Layout
- Topic: Margin text run away using geometry package
- Replies: 4
- Views: 2752
Re: Margin text run away using geometry package
On my machine the following produce the error:
\documentclass[a4paper, titlepage, 11pt]{book}
\usepackage[a4paper, twoside, bindingoffset = 1cm, margin = 3.5cm, top=1.2cm, bottom=1.7cm]{geometry}
\begin{document}
one plus one makes two. two and one makes three. three and two makes fine. five and ...
\documentclass[a4paper, titlepage, 11pt]{book}
\usepackage[a4paper, twoside, bindingoffset = 1cm, margin = 3.5cm, top=1.2cm, bottom=1.7cm]{geometry}
\begin{document}
one plus one makes two. two and one makes three. three and two makes fine. five and ...
- Sat Jan 09, 2010 8:28 pm
- Forum: Page Layout
- Topic: Margin text run away using geometry package
- Replies: 4
- Views: 2752
Margin text run away using geometry package
Hello.
I used the geometry package to redefine the layout of the page and bow the margins run away. It is as if the margin are rendered without any considerate of the actual margin size.
I use the \maeginpar command and the marginnote package.
Also, the margin appear alway on the bounding side ...
I used the geometry package to redefine the layout of the page and bow the margins run away. It is as if the margin are rendered without any considerate of the actual margin size.
I use the \maeginpar command and the marginnote package.
Also, the margin appear alway on the bounding side ...
- Thu Dec 24, 2009 3:29 pm
- Forum: General
- Topic: how can I make my own environment
- Replies: 3
- Views: 2012
Re: how can I make my own environment
bump
localghost. I know you placed a solution to this in another thread but I don't want to blindly paste parts but rather to understand our code.
Yotam
localghost. I know you placed a solution to this in another thread but I don't want to blindly paste parts but rather to understand our code.
Yotam
- Sat Dec 19, 2009 2:18 pm
- Forum: General
- Topic: how can I make my own environment
- Replies: 3
- Views: 2012
how can I make my own environment
I want to modify a little bit the equation environment:
I want to shift the numbering of the equation one line down.
I want to be able to refer to the equation with it's own counter using \cref I read some documentation about it.
I think I need it to be a float because I want latex to move ...
I want to shift the numbering of the equation one line down.
I want to be able to refer to the equation with it's own counter using \cref I read some documentation about it.
I think I need it to be a float because I want latex to move ...
- Fri Dec 18, 2009 3:38 pm
- Forum: General
- Topic: how can I make my own environment
- Replies: 3
- Views: 2012
how can I make my own environment
Hi guys.
Where can I find a guide of how can I create my own environment which is based on an exciting one?
Please note, I don't want to change the old environment but I simply want to create new one which "inherit" some of the old one properties?
Thanks.
Yotam
Where can I find a guide of how can I create my own environment which is based on an exciting one?
Please note, I don't want to change the old environment but I simply want to create new one which "inherit" some of the old one properties?
Thanks.
Yotam