Ok, I create something like this:
Packages:
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{tikz}
\usepackage{tikz-qtree}
\usetikzlibrary{positioning}
\usetikzlibrary{trees}
\begin{document}
\begin{center}
\begin{tikzpicture}[sibling distance=40pt]
\tikzset{edge from parent/.style ...
Search found 9 matches
- Thu Mar 14, 2013 3:22 am
- Forum: Graphics, Figures & Tables
- Topic: Creating a Diagram
- Replies: 16
- Views: 13148
- Thu Mar 14, 2013 12:34 am
- Forum: Graphics, Figures & Tables
- Topic: Creating a Diagram
- Replies: 16
- Views: 13148
Re: Creating a Diagram
Please take my apologies! I see that package TikZ is really the best for drawing diagrams. I will try to make other ones by myself. Thanks again!
- Wed Mar 13, 2013 11:12 pm
- Forum: Graphics, Figures & Tables
- Topic: Creating a Diagram
- Replies: 16
- Views: 13148
Creating a Diagram
I wrote above, that I use package: qtree, and code looks similar to:
Of course, that items names are different. I am trying, but I dont know how to do horizontal lines in tree 
Code: Select all
\Tree [.first second1}
[.second2 third1}
third2 ]]

- Wed Mar 13, 2013 10:34 pm
- Forum: Graphics, Figures & Tables
- Topic: Creating a Diagram
- Replies: 16
- Views: 13148
Creating a Diagram
Can I ask one more advice?
I need to create something like in picture below. I tried to do it with this:
but I do not know how to put labels above lines

Code: Select all
\Tree [.first second1}
[.second2 third1}
third2 ]]
- Wed Mar 13, 2013 9:21 pm
- Forum: Graphics, Figures & Tables
- Topic: Creating a Diagram
- Replies: 16
- Views: 13148
Re: Creating a Diagram
I use WinEdt, and there is option to create pdf from dvi, so I choose it, and nothing happened. But, when I push "PDF TeXify" it create pdf file.
THANK YOU VERY MUCH!!! Really nice diagram 


- Wed Mar 13, 2013 7:27 pm
- Forum: Graphics, Figures & Tables
- Topic: Creating a Diagram
- Replies: 16
- Views: 13148
Re: Creating a Diagram
Thank you localghost, but when I implmented your code to my .tex it draw only letters, no arrows
I do not know where is problem.

- Wed Mar 13, 2013 7:01 pm
- Forum: Graphics, Figures & Tables
- Topic: Creating a Diagram
- Replies: 16
- Views: 13148
Creating a Diagram
I use this packages:
But I only copy it from one document about diagrams.
Code: Select all
\usepackage[small,nohug,heads=vee]{diagrams}
\diagramstyle[labelstyle=\scriptstyle]
- Wed Mar 13, 2013 6:31 pm
- Forum: Graphics, Figures & Tables
- Topic: Creating a Diagram
- Replies: 16
- Views: 13148
Creating a Diagram
Sorry, but I am really new in LaTeX :(
I tried to do it with this:
\begin{diagram}[heads=LaTeX]
& &\textrm{výraz?} & \\
&\ldTo^{označuje} &&\rdTo^{vyjadřuje}\\
\textrm{denotát} &\rTo^{dole} &\textrm{smysl}
\end{diagram}
But there is no option to do "left-right" arrow.
I tried to do it with this:
\begin{diagram}[heads=LaTeX]
& &\textrm{výraz?} & \\
&\ldTo^{označuje} &&\rdTo^{vyjadřuje}\\
\textrm{denotát} &\rTo^{dole} &\textrm{smysl}
\end{diagram}
But there is no option to do "left-right" arrow.
- Wed Mar 13, 2013 5:32 pm
- Forum: Graphics, Figures & Tables
- Topic: Creating a Diagram
- Replies: 16
- Views: 13148
Creating a Diagram
Hello, I am new here.
I'd like to get help with this diagram. How can I create it with LaTeX?
Thanks.
I'd like to get help with this diagram. How can I create it with LaTeX?
Thanks.