Search found 9 matches

by steFON
Thu Mar 14, 2013 3:22 am
Forum: Graphics, Figures & Tables
Topic: Creating a Diagram
Replies: 16
Views: 13148

Creating a Diagram

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 ...
by steFON
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!
by steFON
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:

Code: Select all

\Tree [.first second1}
                    [.second2 third1}
                              third2 ]]
Of course, that items names are different. I am trying, but I dont know how to do horizontal lines in tree :(
by steFON
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:

Code: Select all

\Tree [.first second1}
                    [.second2 third1}
                              third2 ]]
but I do not know how to put labels above lines
by steFON
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 :)
by steFON
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.
by steFON
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:

Code: Select all

\usepackage[small,nohug,heads=vee]{diagrams}
\diagramstyle[labelstyle=\scriptstyle]
But I only copy it from one document about diagrams.
by steFON
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.
by steFON
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.