Guest User

Example that exhibits strange behavior on TeXLive 2011 with Fedora 14

a guest
Jan 26th, 2011
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 2.66 KB | None | 0 0
  1. % Upper-case    A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
  2. % Lower-case    a b c d e f g h i j k l m n o p q r s t u v w x y z
  3. % Digits        0 1 2 3 4 5 6 7 8 9
  4. % Exclamation   !           Double quote "          Hash (number) #
  5. % Dollar        $           Percent      %          Ampersand     &
  6. % Acute accent  '           Left paren   (          Right paren   )
  7. % Asterisk      *           Plus         +          Comma         ,
  8. % Minus         -           Point        .          Solidus       /
  9. % Colon         :           Semicolon    ;          Less than     <
  10. % Equals        =           Greater than >          Question mark ?
  11. % At            @           Left bracket [          Backslash     \
  12. % Right bracket ]           Circumflex   ^          Underscore    _
  13. % Grave accent  `           Left brace   {          Vertical bar  |
  14. % Right brace   }           Tilde        ~
  15.  
  16. \documentclass
  17.     [svgnames,
  18.     style=sailor,
  19.     hlsections,
  20.     paper=screen,
  21.     orient=landscape,
  22.     ]{powerdot}
  23.  
  24. \pdsetup{
  25.  palette=Cocktail,
  26.  lf=,
  27.  rf=,
  28.  theslide=,
  29.  trans=,
  30.  randomdots,
  31.  dprop={dotstyle=ocircle,linewidth=.25pt},
  32.  dmindots=5,dmaxdots=8,
  33.  dminsize=500pt,dmaxsize=700pt,
  34.  dbright=50,
  35. }
  36.  
  37. \usepackage{mathtools, amssymb, amsfonts}
  38. \usepackage{pstricks-add}
  39. \usepackage{pst-node}
  40. \usepackage{xcolor}
  41. \usepackage{graphicx}
  42. \usepackage[normalem]{ulem}
  43.  
  44. \begin{document}
  45.  
  46. \begin{slide}[bm=,toc=]{Test slide}
  47.    \Rnode{homomorphism_list}{\parbox[t]{0.79\linewidth}
  48.        {\begin{itemize}
  49.  
  50.            \item
  51.                \rlap{Homomorphism:}\phantom{Equivalence class:}%}%
  52.                 \rnode{homomortext}{\rlap{\textcolor{red}{\sout{Homomorphism:}}}\phantom{Equivalence class:}}\uput{5pt}[u](homomortext){\textcolor{Magenta}{Equivalence class:}}%
  53.                 ~\Rnode{homomorline}{}%
  54.                 \rput(homomorline){\uput{5pt}[r](0, 0.25\baselineskip){%
  55.                 \scalebox{0.95}{%
  56.                     \psframebox[framesep=1.5pt,linestyle=dashed,linecolor=black!20,linewidth=2pt]{%
  57.                     \rnode{solfgr}{\psframebox[fillstyle=solid,fillcolor=green!20,framesep=1.5pt,linestyle=dashed,linecolor=green]{\small\shortstack{solitary\\foragers}}}%
  58.                     \phantom{~$\iff$~}%
  59.                     \rnode{autveh}{\psframebox[fillstyle=solid,fillcolor=red!20,framesep=1.5pt,linestyle=dashed,linecolor=red]{\small\shortstack{autonomous\\vehicles}}}%
  60.                     \ncline[linestyle=none]{solfgr}{autveh}\ncput{\textcolor{blue}{$\iff$}}}%
  61.                 }}}%
  62.                 %
  63.                 \vspace{-0.25\baselineskip}%
  64.  
  65.         \end{itemize}%
  66.         }}
  67. \end{slide}
  68. \end{document}
Add Comment
Please, Sign In to add comment