LOGIN/REGISTER
Please Wait...
It is currently Jul 29, 2010, 10:18 am
Post new topic Reply to topic  [ 2 posts ]  Share: Facebook
Message
Post Posted: Dec 28, 2008, 8:45 pm • # 1 


Hello all,

Please see the attached picture. I would like to know how to create something like that with LaTeX code. I am using TeXnicCenter.

Thanks,
Jhevon


Attachments:
sample.PNG
sample.PNG [ 300.58 KiB | Viewed 140 times ]
 
 
Post Posted: Jan 19, 2009, 10:56 am • # 2 


Hi Jhevon,

one possible way could be using TikZ. Here's a compilable example:
Code:
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{matrix}
\begin{document}
\begin{tikzpicture}[every node/.style={anchor=west}]
  \matrix (m) [matrix of math nodes,
    nodes in empty cells]{
    \quad & 1.\quad (x)(Q\supset Fx) & \\
    & 2.\quad Q\supset Fx & \textrm{I,\textbf{UI}} & \\
    & 3.\quad Q \\
    & 4.\quad Fx & 2, 3, \textrm{ M.P.}\\
    & 5.\quad (x)Fx & 4, \textrm{ \textbf{UG}} \\
    & 6.\quad Q\supset(x)Fx & 3-5, \textrm{ C.P.} \\
    & 7.\quad \parbox[t]{2.9cm}{%
             $(x)(Q\supset(x)Fx)\supset$\\
             $[Q\supset(x)Fx]$} & 1-6, \textrm{ C.P.}\\};
  \draw[-stealth] (m-7-2.north east)
               -| (m-1-1.west) |- (m-1-2);
  \draw[-stealth] (m-6-2.north east)
               -| (m-3-1.east) |- (m-3-2);
\end{tikzpicture}
\end{document}

The output with some comments can be found here.

Stefan
--
TeXblog.net
 
 
Display posts from previous:  Sort by  

All times are UTC - 8 hours [ DST ]

Share: Facebook

Moderators: stevem, fedja

Post new topic Reply to topic  [ 2 posts ] 

Login

Username:   Password:   Log me on automatically each visit  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum