diff options
author | Karl Berry <karl@freefriends.org> | 2016-06-14 22:37:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-06-14 22:37:34 +0000 |
commit | 8e5e5e8caf7d26bbec3252d189649e4ea71644f7 (patch) | |
tree | c5143aa2243647f60f6e5f5d0fb946f86abf8ee1 /Master/texmf-dist/doc/latex/pstricks-examples/24-04-27.ltx | |
parent | 0bcf3a31e45cd36df01e858b28f65cda5bb34735 (diff) |
rm pstricks-examples, CTAN suffices per author (also, old edition)
git-svn-id: svn://tug.org/texlive/trunk@41444 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pstricks-examples/24-04-27.ltx')
-rw-r--r-- | Master/texmf-dist/doc/latex/pstricks-examples/24-04-27.ltx | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/Master/texmf-dist/doc/latex/pstricks-examples/24-04-27.ltx b/Master/texmf-dist/doc/latex/pstricks-examples/24-04-27.ltx deleted file mode 100644 index 511f4c79f97..00000000000 --- a/Master/texmf-dist/doc/latex/pstricks-examples/24-04-27.ltx +++ /dev/null @@ -1,52 +0,0 @@ -%% -%% Ein Beispiel der DANTE-Edition -%% -%% -%% Copyright (C) 2008 Herbert Voss -%% -%% It may be distributed and/or modified under the conditions -%% of the LaTeX Project Public License, either version 1.3 -%% of this license or (at your option) any later version. -%% -%% See http://www.latex-project.org/lppl.txt for details. -%% -%% -%% ==== -% Show page(s) 1 -%% -\documentclass[]{exaarticle} -\pagestyle{empty} -\setlength\textwidth{352.81416pt} -\setlength\parindent{0pt} -\StartShownPreambleCommands -\usepackage{pst-circ} -\newcommand*\pswall[3]{% ll ur lr - \psframe[linecolor=white,fillstyle=hlines,hatchcolor=black](#1)(#2)% (ll)(ur) - \psline[linecolor=black](#1)(#3)} -\StopShownPreambleCommands -\begin{document} -\begin{pspicture}(0.5,1)(8,10) - \rput(3,9.5){\sffamily \textbf{Viscoelasticity}} - % Kelvin-Voigt model (spring and dashpot parallel): =========== - \rput[c](1.75,8.85){\sffamily Kelvin-Voigt} - \pswall{1,8}{2.5,8.5}{2.5,8}% top - \psline(1.75,8)(1.75,7)% top vertical line - % node definitions: - \pnode(1,7){ul1}\pnode(2.5,7){ur1} \pnode(1,3){ll1}\pnode(2.5,3){lr1}% - \psline(ul1)(ur1)% top line - \psline(ll1)(lr1)% bottom line - \resistor[dipolestyle=zigzag,linewidth=0.5pt](ul1)(ll1){}% spring - \dashpot[linewidth=0.5pt](ur1)(lr1){}% dashpot - \psline[arrowscale=3]{->}(1.75,3)(1.75,2)% force - % Maxwell model (spring and dashpot serial): ================== - \rput[c](4.5,8.85){\sffamily Maxwell} - \pswall{4,8}{5,8.5}{5,8}% top - \pnode(4.5,8){t}\pnode(4.5,4){b}% node definitions - \resistor[dipolestyle=zigzag,linewidth=0.5pt,labeloffset=1.8](t)(b)% spring - {\sffamily\small\begin{tabular}{c}\textbf{elasticity}\\(Hookean solid)\end{tabular}}% end spring - \dashpot[linewidth=0.5pt,labeloffset=1.8](4.5,5)(4.5,3)% dashpot - {\sffamily\small\begin{tabular}{c}\textbf{viscosity}\\(Newtonian fluid)\end{tabular} - }% end dashpot - \psline[arrowscale=3]{->}(4.5,3)(4.5,2)% force -\end{pspicture} -\end{document} |