Dear all,
I am looking for the recommanded way to pass newenvironment arguments to {enddef}.
Right now I used my own way, but I am not sure whether it is the correct way.
If there is a better way to do so, let me know.
Here is my minimal code snippet.
\documentclass{minimal}
\usepackage ...
Search found 66 matches
- Mon Mar 02, 2009 4:33 am
- Forum: General
- Topic: How to pass \newenvironment arguments to {end definition} ?
- Replies: 3
- Views: 5246
- Fri Feb 27, 2009 5:22 am
- Forum: Document Classes
- Topic: PSTricks Bug: \ncline cannot connect "tr" node to "Br" node.
- Replies: 0
- Views: 1910
PSTricks Bug: \ncline cannot connect "tr" node to "Br" node.
Dear all,
I want to connect "top right" (of a box) node and "Base right" node using the following code:
\documentclass{book}
\usepackage{pst-node,xcolor,graphicx}
\pagestyle{empty}
\begin{document}
\psset{linewidth=0.01pt}
\scalebox{20}{%
\rnode[tl]{tl}{%
\rnode[Bl]{Bl}{%
\rnode[tr]{tr ...
I want to connect "top right" (of a box) node and "Base right" node using the following code:
\documentclass{book}
\usepackage{pst-node,xcolor,graphicx}
\pagestyle{empty}
\begin{document}
\psset{linewidth=0.01pt}
\scalebox{20}{%
\rnode[tl]{tl}{%
\rnode[Bl]{Bl}{%
\rnode[tr]{tr ...
- Thu Dec 25, 2008 10:14 am
- Forum: Graphics, Figures & Tables
- Topic: Is there a package to create Horner Division diagram?
- Replies: 1
- Views: 3289
Is there a package to create Horner Division diagram?
Dear all,
I am looking for a package to create Horner Division diagram as shown below :
http://img364.imageshack.us/img364/829/hornerok8.jpg
I have created it manually using the code snippet below.
\documentclass{book}
\usepackage{pst-node,xcolor,graphicx,lipsum}
\pagestyle{empty}
\begin ...
I am looking for a package to create Horner Division diagram as shown below :
http://img364.imageshack.us/img364/829/hornerok8.jpg
I have created it manually using the code snippet below.
\documentclass{book}
\usepackage{pst-node,xcolor,graphicx,lipsum}
\pagestyle{empty}
\begin ...
- Wed Dec 24, 2008 8:43 pm
- Forum: Document Classes
- Topic: What does "nodesep" means?
- Replies: 1
- Views: 2053
What does "nodesep" means?
Dear all,
I noticed the nodesep option gives inconsistent results as shown in the following figure.
http://img522.imageshack.us/img522/4320/33941464fu4.jpg
\documentclass{book}
\pagestyle{empty}
\usepackage{pstricks,pst-node}
\begin{document}
\pspicture[showgrid=true](9,5)
\SpecialCoor ...
I noticed the nodesep option gives inconsistent results as shown in the following figure.
http://img522.imageshack.us/img522/4320/33941464fu4.jpg
\documentclass{book}
\pagestyle{empty}
\usepackage{pstricks,pst-node}
\begin{document}
\pspicture[showgrid=true](9,5)
\SpecialCoor ...
- Wed Dec 24, 2008 8:26 pm
- Forum: Document Classes
- Topic: (pst-node.sty) r, Br, br refpoint bug for \rnode
- Replies: 1
- Views: 3261
(pst-node.sty) r, Br, br refpoint bug for \rnode
I got the source of error : I forgot to comment out the white spaces for each new line.
\documentclass{book}
\usepackage{pst-node,xcolor,graphicx}
\pagestyle{empty}
\begin{document}
\psset{linewidth=0.05pt,dotscale=0.3,linecolor=red}
\scalebox{10}{%
{\rnode{c}%
{\rnode[t]{t}%
{\rnode[tl]{tl ...
\documentclass{book}
\usepackage{pst-node,xcolor,graphicx}
\pagestyle{empty}
\begin{document}
\psset{linewidth=0.05pt,dotscale=0.3,linecolor=red}
\scalebox{10}{%
{\rnode{c}%
{\rnode[t]{t}%
{\rnode[tl]{tl ...
- Mon Dec 22, 2008 8:46 am
- Forum: Document Classes
- Topic: (pst-node.sty) r, Br, br refpoint bug for \rnode
- Replies: 1
- Views: 3261
(pst-node.sty) r, Br, br refpoint bug for \rnode
Dear all,
I noticed a bug when I nested the \rnode commands, especially for right, baseline-right, bottom reference points.
http://img229.imageshack.us/img229/4074/latexlogoyu1.jpg
\documentclass{book}
\usepackage{pst-node,xcolor,graphicx}
\pagestyle{empty}
\begin{document}
\psset{linewidth ...
I noticed a bug when I nested the \rnode commands, especially for right, baseline-right, bottom reference points.
http://img229.imageshack.us/img229/4074/latexlogoyu1.jpg
\documentclass{book}
\usepackage{pst-node,xcolor,graphicx}
\pagestyle{empty}
\begin{document}
\psset{linewidth ...
- Mon Dec 22, 2008 8:28 am
- Forum: Graphics, Figures & Tables
- Topic: How To Resize The Height of Cell Aligned Center
- Replies: 7
- Views: 15762
Re: How To Resize The Height of Cell Aligned Center
Thanks Mr. Juanjo for replying.
regards,
Hayashi
regards,
Hayashi
- Fri Dec 19, 2008 10:42 am
- Forum: Graphics, Figures & Tables
- Topic: How To Resize The Height of Cell Aligned Center
- Replies: 7
- Views: 15762
Re: How To Resize The Height of Cell Aligned Center
@Juanjo,
Thanks for replying.
May I know how to get "the magic number" -20, 46, -16?
Thank you in advance.
regards,
Hayashi
Thanks for replying.
May I know how to get "the magic number" -20, 46, -16?
Thank you in advance.
regards,
Hayashi
- Thu Dec 18, 2008 2:32 pm
- Forum: Graphics, Figures & Tables
- Topic: How To Resize The Height of Cell Aligned Center
- Replies: 7
- Views: 15762
How To Resize The Height of Cell Aligned Center
My previous code :
\documentclass{book}
\usepackage{array}
\pagestyle{empty}
\begin{document}
%Defines math mode cell aligned horizontally and vertically.
%The cell width is specified by m's argument, e.g., 2cm.
\newcolumntype{C}{>{\centering\arraybackslash$}m{2cm}<{$}}
%Defines zero-width ...
\documentclass{book}
\usepackage{array}
\pagestyle{empty}
\begin{document}
%Defines math mode cell aligned horizontally and vertically.
%The cell width is specified by m's argument, e.g., 2cm.
\newcolumntype{C}{>{\centering\arraybackslash$}m{2cm}<{$}}
%Defines zero-width ...
- Thu Dec 18, 2008 7:21 am
- Forum: Comments & Wishes
- Topic: Delete button?
- Replies: 7
- Views: 7456
Delete button?
Really? I made some tests with my previous response in this thread and I couldn't find that option anywhere.
Hm, seems that this is also an option only for moderators.
As I said in the previous : :lol:
Admin or ones have access to the control panel can make the deletion button enabled.
I ...
Hm, seems that this is also an option only for moderators.
As I said in the previous : :lol:
Admin or ones have access to the control panel can make the deletion button enabled.
I ...