Search found 45 matches

by S_David
Mon Feb 01, 2010 12:12 pm
Forum: Graphics, Figures & Tables
Topic: How to draw figures
Replies: 1
Views: 1531

How to draw figures

Hello,

What are the possible ways to draw a figure that can be included in a latex document?

Thanks
by S_David
Tue Sep 15, 2009 5:16 pm
Forum: Graphics, Figures & Tables
Topic: Arrow Heads
Replies: 4
Views: 5343

Arrow Heads

Hi,

load the arrows library and select the desired style. Refer to the PGF manual (22 "Arrow Tip Library", pages 224-225).

Thank you. I found the solution. But I have another question: how can I fill the distance between the double lines in the circles and the paths by say the black color?
by S_David
Tue Sep 15, 2009 2:35 pm
Forum: Math & Science
Topic: Arrange Matrices
Replies: 2
Views: 2483

Re: Arrange Matrices

It works. Thank you
by S_David
Tue Sep 15, 2009 1:08 pm
Forum: Math & Science
Topic: Arrange Matrices
Replies: 2
Views: 2483

Arrange Matrices

Hello,

In the following code, how can I arrange the matrices as two adjacent matrices and one below them in the middle?

\documentclass[a4paper,12pt,openany,oneside]{memoir}
\usepackage{amsmath}
\begin{document}
\begin{equation}
\begin{aligned}
\mathbf{H}_A&=
\begin{pmatrix}
h_A^{(1,1)}&h_A^{(1,2 ...
by S_David
Tue Sep 15, 2009 12:48 pm
Forum: Graphics, Figures & Tables
Topic: Arrow Heads
Replies: 4
Views: 5343

Arrow Heads

Hello,

I am using PGF/Tikz package in latex to draw figures. In the following segment of code, the arrow heads do not suite the figure. How can I change them to a more appropriate one?

\documentclass[a4paper,12pt,openany,oneside]{memoir}
\listfiles
\usepackage{tikz}
\begin{document}
\begin{figure ...
by S_David
Thu Sep 10, 2009 7:47 pm
Forum: WinEdt
Topic: Converting Problem
Replies: 3
Views: 5974

Converting Problem

Perhaps ps2pdf is not correctly installed. Check your LaTeX distribution if it provides it or install it separately, or, if it's installed, check your WinEdt configuration if the entries (for instance the directory path name of ps2pdf) is correct.

Stefan
It is working in the TeXnicCenter editor ...
by S_David
Thu Sep 10, 2009 5:16 pm
Forum: WinEdt
Topic: Converting Problem
Replies: 3
Views: 5974

Converting Problem

Hello,

I am workning on WinEdt Latex editor, but I have a problem converting from ps to pdf, where it gives me "Error starting ps2pdf, see WinEdt's configuration wizard...". What might the problem be?

Thanks in advance
by S_David
Thu Sep 10, 2009 5:09 pm
Forum: Graphics, Figures & Tables
Topic: Writing on Graphs
Replies: 7
Views: 4041

Writing on Graphs

the figure didn't appear, when converting the dvi output to pdf, and the page where the figure should appear is a blank page


I think that's the point - it could happen with dvipdfmx or the like. Instead of converting directly from dvi to pdf convert to ps first (dvips) and then to pdf (pstopdf ...
by S_David
Thu Sep 10, 2009 12:06 pm
Forum: Graphics, Figures & Tables
Topic: Writing on Graphs
Replies: 7
Views: 4041

Writing on Graphs

There should be some warnings or error messages in the log file. Check this. Add the \listfiles command as very first line to your code and start a new run. Search the log file for the section between *File List* and *********** and post this list here.


Best regards
Thorsten

This is what I got ...
by S_David
Thu Sep 10, 2009 3:55 am
Forum: Graphics, Figures & Tables
Topic: Writing on Graphs
Replies: 7
Views: 4041

Writing on Graphs

Hi,

use nodes for labeling and the thick or the very thick option for draw like

\draw [very thick, ->] (source) -- node[above, sloped] {label} (relay);

Stefan

Hello,

I have a little problem, when I integrate this segment of code within the document, the figure didn't appear, when converting ...