Search found 20 matches

by wolfrain
Wed Sep 08, 2010 2:40 pm
Forum: Graphics, Figures & Tables
Topic: How to extend the equation alignment a little bit?
Replies: 3
Views: 2573

How to extend the equation alignment a little bit?

Hi,

you could use something like the following:

\documentclass{book}
\usepackage{caption}

\begin{document}

\hspace*{-2cm}
\begin{minipage}[c]{\linewidth}
\footnotesize
$
\begin{matrix}
...
\end{matrix}
$
\captionof{figure}{bla...}
\label{fig:bla...}
\end{minipage}

\end{document}


Thank you ...
by wolfrain
Tue Sep 07, 2010 10:16 pm
Forum: Graphics, Figures & Tables
Topic: How to extend the equation alignment a little bit?
Replies: 3
Views: 2573

How to extend the equation alignment a little bit?

With my friends' assistance,
1) Question 1

I find a way to move it a little left using

\hspace{-3cm}
\begin{minipage}[c]{\linewidth}
\begin{equation*}
\begin{matrix}
...
\end{matrix}
\end{equation*}
\end{minipage}

And it works fine.

2) Question 2
If you want to add caption to matrix ...
by wolfrain
Mon Sep 06, 2010 6:48 pm
Forum: Graphics, Figures & Tables
Topic: EPS doesn't work!
Replies: 8
Views: 10236

Re: EPS doesn't work!

Could you post what you've written in the preamble in the main file? Maybe we can find out something there.
by wolfrain
Sun Sep 05, 2010 10:30 pm
Forum: Graphics, Figures & Tables
Topic: How to extend the equation alignment a little bit?
Replies: 3
Views: 2573

How to extend the equation alignment a little bit?

Hi all,

I have a quite long equation in my work, and unfortunately it extends 'too right' to the paper alignment with respect to the page number in the header.

Capture.PNG

Is there any command to make it centered without aligning to that right?

\begin{equation*}
\begin{matrix}
\ i = 1 ...
by wolfrain
Fri Sep 03, 2010 8:23 pm
Forum: Graphics, Figures & Tables
Topic: Draw line in a Matrix Equation
Replies: 25
Views: 16898

Draw line in a Matrix Equation

Hi,

use epstopdf to convert the EPS image to PDF format and compile using pdflatex and not latex.

Edit : now that I see that you are using some PS-Tricks code, you'll have to use the pst-pdf or the pdftricks packages to be able to compile with pdflatex.

Another option would be to use only ...
by wolfrain
Fri Sep 03, 2010 3:08 pm
Forum: Graphics, Figures & Tables
Topic: Draw line in a Matrix Equation
Replies: 25
Views: 16898

Draw line in a Matrix Equation

Hey,

Finally I fixed all those errors!

I put the \usepackage{etex} immediately after the \documentclass{} and it works well!

But another error turns up... sadly...

\begin{figure}[!ht]
\begin{center}
% \includegraphics[scale=0.3]{materials/2D-core.png}
% \includegraphics[0.3cm, 0.3cm][1.3cm, 1 ...
by wolfrain
Fri Sep 03, 2010 10:38 am
Forum: Graphics, Figures & Tables
Topic: Draw line in a Matrix Equation
Replies: 25
Views: 16898

Draw line in a Matrix Equation

Where did you put them and on what system are you on? Are you using Miktex?

You need to update the file name database after installing new packages in order for LaTeX to know about them. If you're using Miktex, installing new packages is easy. You won't need to download them form the website, just ...
by wolfrain
Fri Sep 03, 2010 2:07 am
Forum: Graphics, Figures & Tables
Topic: Draw line in a Matrix Equation
Replies: 25
Views: 16898

Draw line in a Matrix Equation

I believe you may have misunderstood him. Using underscores at each end of a word is a way of emphasizing it, so what he wrote was «put the \usepackage{etex} immediately after the \documentclass statement.»

Thank you for correcting me. :D


So, just including the packages without even using ...
by wolfrain
Fri Sep 03, 2010 1:00 am
Forum: Graphics, Figures & Tables
Topic: Draw line in a Matrix Equation
Replies: 25
Views: 16898

Draw line in a Matrix Equation

Do you mean the code works fine without the \includepackage{...}?

Errrmm...?


Sorry... I haven't specified correctly...



In order to draw the line on the matrix equation, I use those three packages, which also introduce the errors I gave here. Of course, without these packages, I would not be ...
by wolfrain
Fri Sep 03, 2010 12:00 am
Forum: Graphics, Figures & Tables
Topic: Draw line in a Matrix Equation
Replies: 25
Views: 16898

Draw line in a Matrix Equation

Do you have all the packages on your system that are imported in the preamble? And, do you compile over dvi-ps?

I don't get any error messages.
\hbox warnings yes, but no errors.

I think I have already included the packages I need to draw the lines on the matrix equation.

Actually when I ...