summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-03-22 18:41:02 +0000
committerKarl Berry <karl@freefriends.org>2008-03-22 18:41:02 +0000
commit4fc1fca8e02a7fece4f38e92525471f7e6378ca0 (patch)
treea8594b5a27aae2e3bcf832cd3aa0fed1ad7c2aa6 /Master/texmf-dist/doc/latex
parent996c62b170a6454ac15d834b2588fe6a616ee077 (diff)
dcpic no doc sources
git-svn-id: svn://tug.org/texlive/trunk@7078 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r--Master/texmf-dist/doc/latex/dcpic/README9
-rw-r--r--Master/texmf-dist/doc/latex/dcpic/README.TEXLIVE7
-rw-r--r--Master/texmf-dist/doc/latex/dcpic/examples.tex148
-rw-r--r--Master/texmf-dist/doc/latex/dcpic/man4.0-pt.pdfbin151927 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/dcpic/man4.0.pdfbin162688 -> 0 bytes
5 files changed, 150 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/dcpic/README b/Master/texmf-dist/doc/latex/dcpic/README
new file mode 100644
index 00000000000..34e8945af01
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/dcpic/README
@@ -0,0 +1,9 @@
+DCpic is a package of TeX macros for graph modeling (e.g.
+commutative diagrams) in a (La)TeX or ConTeXt document.
+Its distinguishing features are: the use of PiCTeX a
+powerful graphical engine, and a simple specification
+syntax. A graph is described in terms of its objects and
+its edges. The objects are textual elements and the edges
+can have various straight or curved forms.
+
+It is under the LaTeX Project Public License \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/dcpic/README.TEXLIVE b/Master/texmf-dist/doc/latex/dcpic/README.TEXLIVE
new file mode 100644
index 00000000000..54936b3ccf1
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/dcpic/README.TEXLIVE
@@ -0,0 +1,7 @@
+The following files have been removed in the TeX Live installation of
+the current package, typically due to duplication, lack of space, or
+missing source code. You can find these files on CTAN. If questions or
+concerns, email tex-live.org.
+
+ manPT_dcpic.pdf
+ man_dcpic.pdf
diff --git a/Master/texmf-dist/doc/latex/dcpic/examples.tex b/Master/texmf-dist/doc/latex/dcpic/examples.tex
index 2c1c94cc603..a24dcbb5ee1 100644
--- a/Master/texmf-dist/doc/latex/dcpic/examples.tex
+++ b/Master/texmf-dist/doc/latex/dcpic/examples.tex
@@ -1,5 +1,8 @@
+% $Id: examples.tex,v 1.3 2007/12/13 17:20:09 pedro Exp pedro $
\documentclass[a4paper]{article}
\usepackage{pictexwd,dcpic}
+\usepackage{rcs}
+
\voffset=-2cm
\hoffset=-1cm
@@ -9,21 +12,28 @@
\newcommand{\barraA}{\vrule height2em width0em depth0em}
\newcommand{\barraB}{\vrule height1.6em width0em depth0em}
+
+
+
\begin{document}
+\RCS $Revision: 1.3 $
+
\begin{center}
- DCpic - Examples
+ DCpic - Examples (Version \RCSRevision)
\end{center}
-\paragraph{Commutative Diagrams --- Curved arrows.} A rectangular
-curve with rounded corners is easy to specify and should cater for
-most needs. With this in mind we give the following tip to the user:
-to specify a rectangular, with rounded corners, curve we choose the
-points which give us the {\em expanded chess-horse movement}, that is,
-$(x,y)$, $(x\pm4,y\mp1)$, $(x\mp1,y\pm4)$, or $(x,y)$,$(x\pm1,y\mp4)$,
-$(x\mp4,y\pm1)$, those sets of points will give us the four corners of
-the rectangle; to form the whole line it is only necessary to add an
-odd number of points joining the two (or more) corners.
+\paragraph{Commutative Diagrams --- Curved arrows.}
+
+A rectangular curve with rounded corners is easy to specify and should
+cater for most needs. With this in mind we give the following tip to
+the user: to specify a rectangular, with rounded corners, curve we
+choose the points which give us the {\em expanded chess-horse
+ movement}, that is, $(x,y)$, $(x\pm4,y\mp1)$, $(x\mp1,y\pm4)$, or
+$(x,y)$,$(x\pm1,y\mp4)$, $(x\mp4,y\pm1)$, those sets of points will give us
+the four corners of the rectangle; to form the whole line it is only
+necessary to add an odd number of points joining the two (or more)
+corners.
{\footnotesize
\begin{verbatim}
@@ -118,8 +128,8 @@ $$
\paragraph{Commutative Diagrams --- Size Adjusting.} With the new
-version (v4.1) two new features are introduced, relative specification
-``mor{objSum}{objB}'' instead of ``mor(1,3)(4,5)'', and the arrows now
+version (v4.0) two new features are introduced, relative specification
+{\tt $\backslash$mor\{objA\}\{objB\}} instead of {\tt $\backslash$mor(1,3)(4,5)}, and the arrows now
automatically adjust their size to the object's box size.
@@ -608,7 +618,6 @@ $$
{\scriptsize
-}
\begin{verbatim}
\begindc{\digraph}[25]
\obj(1,5){A}[\west]
@@ -625,8 +634,119 @@ $$
\mor{C}{G}{7}
\enddc
\end{verbatim}
-\end{document}
+}
+
+\paragraph{Circled Directed Graphs}
+
+$$
+\begindc{\cdigraph}[20]
+\obj(6,6){18}[1]
+\obj(12,6){17}[1]
+\mor{18}{17}{}
+\enddc
+$$
+
+{\scriptsize
+\begin{verbatim}
+\begindc{\cdigraph}[20]
+\obj(6,6){18}[1]
+\obj(12,6){17}[1]
+\mor{18}{17}{}
+\enddc
+\end{verbatim}
+}
+
+\paragraph{Circled Undirected Graphs}
+
+Some fine adjustment is nedeeded in some lines.
+
+$$\small
+\begindc{\cundigraph}[11]
+\obj(6,4){18}[\south]\obj(18,4){17}[\south]
+\obj(8,7){11}[\west]\obj(12,8){12}[\south]
+\obj(16,7){13}[\east]\obj(8,11){10}[\west]
+\obj(10,12)[6]{6}[\south]\obj(12,10)[5]{5}[\east]
+\obj(14,12){4}[\northeast]\obj(16,11){14}[\east]
+\obj(2,16){19}[\west]\obj(6,15){9}
+\obj(9,16){8}\obj(11,14){7}[\west]
+\obj(13,14){3}\obj(15,16){2}
+\obj(18,15){15}\obj(22,16){16}[\east]
+\obj(12,19){1}[\west]\obj(12,22){20}[\north]
+\mor{18}{17}[7,7]{}\mor{18}{11}{}\mor{18}{19}{}\mor{11}{12}{}
+\mor{11}{10}{}\mor{12}{13}{}\mor{12}{5}{}\mor{10}{6}{}
+\mor{10}{9}{}\mor{5}{6}{}\mor{5}{4}{}\mor{13}{17}[8,6]{}
+\mor{13}{14}{}\mor{9}{19}{}\mor{9}{8}{}\mor{6}{7}{}
+\mor{4}{3}{}\mor{4}{14}{}\mor{19}{20}{}\mor{8}{1}{}
+\mor{8}{7}{}\mor{7}{3}{}\mor{3}{2}{}\mor{2}{1}{}
+\mor{2}{15}{}\mor{14}{15}{}\mor{17}{16}{}\mor{16}{20}{}
+\mor{1}{20}{}\mor{15}{16}{}
+\enddc
+$$
+
+{\scriptsize
+\begin{verbatim}
+\begindc{\cundigraph}[13]
+\obj(6,4){18}[\south]\obj(18,4){17}[\south]
+\obj(8,7){11}[\west]\obj(12,8){12}[\south]
+\obj(16,7){13}[\east]\obj(8,11){10}[\west]
+\obj(10,12)[6]{6}[\south]\obj(12,10)[5]{5}[\east]
+\obj(14,12){4}[\northeast]\obj(16,11){14}[\east]
+\obj(2,16){19}[\west]\obj(6,15){9}
+\obj(9,16){8}\obj(11,14){7}[\west]
+\obj(13,14){3}\obj(15,16){2}
+\obj(18,15){15}\obj(22,16){16}[\east]
+\obj(12,19){1}[\west]\obj(12,22){20}[\north]
+\mor{18}{17}[7,7]{}\mor{18}{11}{}\mor{18}{19}{}\mor{11}{12}{}
+\mor{11}{10}{}\mor{12}{13}{}\mor{12}{5}{}\mor{10}{6}{}
+\mor{10}{9}{}\mor{5}{6}{}\mor{5}{4}{}\mor{13}{17}[8,6]{}
+\mor{13}{14}{}\mor{9}{19}{}\mor{9}{8}{}\mor{6}{7}{}
+\mor{4}{3}{}\mor{4}{14}{}\mor{19}{20}{}\mor{8}{1}{}
+\mor{8}{7}{}\mor{7}{3}{}\mor{3}{2}{}\mor{2}{1}{}
+\mor{2}{15}{}\mor{14}{15}{}\mor{17}{16}{}\mor{16}{20}{}
+\mor{1}{20}{}\mor{15}{16}{}
+\enddc
+\end{verbatim}
+}
+
+\paragraph{New arrows and Lines in v4.1}
+
+\paragraph{Surjective arrow}
+
+
+$$
+\begindc{\commdiag}[3]
+\obj(10,15){$A$}
+\obj(40,15)[Al]{$A$}
+\obj(25,15){$B$}
+\obj(40,5){$A^\prime$}
+\mor{$A$}{$B$}{$f$}[\atleft,\surjectivearrow]
+\mor{$B$}{Al}{$g$}[\atleft,\surjectivearrow]
+\mor{$B$}{$A^\prime$}{$g^\prime$}[\atright,\surjectivearrow]
+\enddc
+$$
+
+\paragraph{Dashed and Dotted lines}
+
+$$
+\begindc{\commdiag}[3]
+\obj(10,20){$A$}
+\obj(40,30)[Al]{$A$}
+\obj(25,30){$B$}
+\obj(40,40){$A^\prime$}
+\obj(40,10)[Ald]{$A$}
+\obj(25,10)[Bd]{$B$}
+\obj(40,0)[Apd]{$A^\prime$}
+\mor{$A$}{$B$}{}[\atleft,\dashline]
+\mor{$B$}{Al}{}[\atleft,\dashline]
+\mor{$B$}{$A^\prime$}{}[\atright,\dashline]
+\mor{$A$}{Bd}{}[\atleft,\dotline]
+\mor{Bd}{Ald}{}[\atleft,\dotline]
+\mor{Bd}{Apd}{}[\atright,\dotline]
+\enddc
+$$
+
+\end{document}
%%% Local Variables:
%%% mode: latex
diff --git a/Master/texmf-dist/doc/latex/dcpic/man4.0-pt.pdf b/Master/texmf-dist/doc/latex/dcpic/man4.0-pt.pdf
deleted file mode 100644
index c4e13e78814..00000000000
--- a/Master/texmf-dist/doc/latex/dcpic/man4.0-pt.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/dcpic/man4.0.pdf b/Master/texmf-dist/doc/latex/dcpic/man4.0.pdf
deleted file mode 100644
index dd9400896e0..00000000000
--- a/Master/texmf-dist/doc/latex/dcpic/man4.0.pdf
+++ /dev/null
Binary files differ