由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - A question about PStricks coordinate
相关主题
TEX怎么排中文请教一下大家用什么画示意图或流程图?
能从latex里在eps的图上写上东西吗?Anyone use the package of ps-circuit with pstricks to draw circuit?
能不能推荐一下linux 下的画图软件,要能支持eps的[求助]请问如何用Latex画二叉树
pstrick和type 3 font.如何注释图和表
Text mode vs. GUI mode packages comparison[合集] 紧急求援,我愿付钱
大家来列一列常用的style和package吧?对了,pstricks很好很强大
曲线两端怎么加箭头啊?latex/beamer里画图用哪一个好?
写幻灯片,还是要用pstricks请教如何在latex环境下画流程示意图
相关话题的讨论汇总
话题: linestyle话题: fillstyle话题: fillcolor话题: pspolygon话题: pspicture
进入TeX版参与讨论
1 (共1页)
s*****g
发帖数: 5159
1
Say I have drawn a cube
%%%%%
\begin{pspicture}(0,0)(12,3)
\psframe[linestyle=none,%
fillstyle=solid,%
fillcolor=Apricot]%
(0,0)(2,2)
\pspolygon[linestyle=none,%
fillstyle=solid,%
fillcolor=Tan]%
(0,2)(2,2)(3,3)(1,3)
\pspolygon[linestyle=none,%
fillstyle=solid,%
fillcolor=Mahogany]%
(2,0)(3,1)(3,3)(2,2)
\end{pspicture}
%%%%%
with starts at (0,0) and has a upper right corner of (3,3).
I wish to draw another two cubes looks the same at (4,0) (7,3) and (8,0) (11
,3).
Is there a way for me to use th
a**e
发帖数: 5794
2
把它做成一个pdf,再include三次。

【在 s*****g 的大作中提到】
: Say I have drawn a cube
: %%%%%
: \begin{pspicture}(0,0)(12,3)
: \psframe[linestyle=none,%
: fillstyle=solid,%
: fillcolor=Apricot]%
: (0,0)(2,2)
: \pspolygon[linestyle=none,%
: fillstyle=solid,%
: fillcolor=Tan]%

s*****g
发帖数: 5159
3
That's a bit reluctant, sigh.

【在 a**e 的大作中提到】
: 把它做成一个pdf,再include三次。
S**I
发帖数: 15689
4
\def\myCube{
\psframe[linestyle=none,%
fillstyle=solid,%
fillcolor=Apricot]%
(0,0)(2,2)
\pspolygon[linestyle=none,%
fillstyle=solid,%
fillcolor=Tan]%
(0,2)(2,2)(3,3)(1,3)
\pspolygon[linestyle=none,%
fillstyle=solid,%
fillcolor=Mahogany]%
(2,0)(3,1)(3,3)(2,2)
}
\begin{pspicture}(0,0)(12,3)
\rput(0,0){\myCube}
\rput(4,0){\myCube}
\rput(8,0){\myCube}
\end{pspicture}

11
SAME

【在 s*****g 的大作中提到】
: Say I have drawn a cube
: %%%%%
: \begin{pspicture}(0,0)(12,3)
: \psframe[linestyle=none,%
: fillstyle=solid,%
: fillcolor=Apricot]%
: (0,0)(2,2)
: \pspolygon[linestyle=none,%
: fillstyle=solid,%
: fillcolor=Tan]%

s*****g
发帖数: 5159
5
That's beautiful.
Bao Zi done.

【在 S**I 的大作中提到】
: \def\myCube{
: \psframe[linestyle=none,%
: fillstyle=solid,%
: fillcolor=Apricot]%
: (0,0)(2,2)
: \pspolygon[linestyle=none,%
: fillstyle=solid,%
: fillcolor=Tan]%
: (0,2)(2,2)(3,3)(1,3)
: \pspolygon[linestyle=none,%

1 (共1页)
进入TeX版参与讨论
相关主题
请教如何在latex环境下画流程示意图Text mode vs. GUI mode packages comparison
metapost画图在miktex中显示问题。大家来列一列常用的style和package吧?
请问怎样用PSTRICKS画输入输出流程曲线两端怎么加箭头啊?
一个关于在TeXshop里用pstricks的问题写幻灯片,还是要用pstricks
TEX怎么排中文请教一下大家用什么画示意图或流程图?
能从latex里在eps的图上写上东西吗?Anyone use the package of ps-circuit with pstricks to draw circuit?
能不能推荐一下linux 下的画图软件,要能支持eps的[求助]请问如何用Latex画二叉树
pstrick和type 3 font.如何注释图和表
相关话题的讨论汇总
话题: linestyle话题: fillstyle话题: fillcolor话题: pspolygon话题: pspicture