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.
\documentclass[a4paper]{article}
\usepackage{tikz,schemabloc}
\begin{document}
\begin{tikzpicture}
\sbEntree{U ...
Search found 4 matches
- Thu Sep 19, 2013 8:02 am
- Forum: Graphics, Figures & Tables
- Topic: Overlapping Boxes in Block Diagram
- Replies: 0
- Views: 2743
- Thu Jan 03, 2013 10:23 pm
- Forum: Graphics, Figures & Tables
- Topic: text between caption and table in longtable environment
- Replies: 1
- Views: 2354
text between caption and table in longtable environment
I need to include 2 lines text between caption and table in longtable environment .. can some provide example .. thanks in advance
- Sat Feb 18, 2012 5:13 pm
- Forum: Fonts & Character Sets
- Topic: txfonts | Changing Font Size of Times New Roman
- Replies: 3
- Views: 9370
Re: txfonts | Changing Font Size of Times New Roman
Thanks for help...
I entered the command \fontsize in preamble. When I entered in body of the document, it displayed correctly.
I entered the command \fontsize in preamble. When I entered in body of the document, it displayed correctly.
- Sat Feb 18, 2012 3:57 pm
- Forum: Fonts & Character Sets
- Topic: txfonts | Changing Font Size of Times New Roman
- Replies: 3
- Views: 9370
txfonts | Changing Font Size of Times New Roman
I want to write a document in Times new roman font with text size of 13. I used txfonts package. When I use
\fontsize{13}{12}\selectfont
, fontsize is not changed. Please help me ...