Graphics, Figures & TablesOverlapping Boxes in Block Diagram

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
prakasam
Posts: 4
Joined: Sat Feb 18, 2012 3:50 pm

Overlapping Boxes in Block Diagram

Post by prakasam »

Hi,

I'm using the schemabloc package to generate block diagrams. Following example which is given in tutorial, is not generating a proper diagram. The boxes are overlapping each other.

Code: Select all

\documentclass[a4paper]{article}
\usepackage{tikz,schemabloc}

\begin{document}
  \begin{tikzpicture}
    \sbEntree{U}
    \sbBoucleRetour[3]{U}{C/$C(p)$,A/$A$,H/$H_{sys}(p)$}{G/G}
    \sbSortie[5]{V2}{H}
    \sbRelier[$V_2(p)$]{H}{V2}
  \end{tikzpicture}
\end{document}
Can anybody give some suggestion regarding this?
Last edited by localghost on Thu Sep 19, 2013 9:29 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply