Search found 15 matches

by rockybalboa
Thu Jul 16, 2009 8:57 pm
Forum: Text Formatting
Topic: change margins in title page
Replies: 5
Views: 19695

Re: change margins in title page

thanks I tried but it didn't work. I did:


\begin{titlepage}
\thispagestyle{empty}
\advance\textheight 3.4cm\relax
\onecolumn
\newpage
\advance\footskip-1.7cm
\geometry{hmargin=1.2cm,vmargin=1cm}
\clearpage

\title.....

\end{titlepage}
by rockybalboa
Tue Jul 14, 2009 7:34 pm
Forum: Text Formatting
Topic: how to change space below tables
Replies: 8
Views: 29692

how to change space below tables

Hi, I would like to change the space that separates the table to the text. any help is greatly appreciated.

\begin{table}
blbla
\end{table}
text text


thanks

Javier
by rockybalboa
Tue Jul 14, 2009 7:32 pm
Forum: Text Formatting
Topic: change margins in title page
Replies: 5
Views: 19695

change margins in title page

Hi, I would like to change the margins only in the title page?

how can i do that?

thanks!

Javier
by rockybalboa
Thu Jun 25, 2009 8:47 pm
Forum: Graphics, Figures & Tables
Topic: Text belwo Graphic
Replies: 1
Views: 1509

Text belwo Graphic

Hi, I've been trying to place a note below the graphic, but it is not neat if the text is too long. I would like it to be aligned to the left but centered in the graphic. Can someone help me please?
\begin{figure}
\begin{center}
\caption{Myfig}
\includegraphics[scale=0.6] {fig}
This is a note This ...
by rockybalboa
Fri May 22, 2009 9:22 pm
Forum: Text Formatting
Topic: Help writing the exponent accent symbol caret ^
Replies: 1
Views: 3945

Help writing the exponent accent symbol caret ^

Hi I would like to type 2^3 and have exactly that in the screen rather than 2 rasied to the 3 as would appear with math mode:

2^{3}

any help is greatly appreciated.

Javier
by rockybalboa
Mon May 04, 2009 8:19 pm
Forum: Graphics, Figures & Tables
Topic: placement graphics
Replies: 5
Views: 3587

Re: placement graphics

Thanks a lot for all suggestions. I found the command \FloatBarrier and \usepackage{placeins} particularly hepful.

Javier
by rockybalboa
Mon May 04, 2009 4:21 am
Forum: Graphics, Figures & Tables
Topic: placement graphics
Replies: 5
Views: 3587

placement graphics

Hi, I am using the following code to insert a figure. I want it here or on top, but LaTex places it below for some reason. Any help appreciated.

Javier

\begin{figure}[!ht]
\caption{fig}\label{Fig: ergodic}
\centering
\includegraphics[width=6in,height=5in]{myfig}\\
\end{figure}
by rockybalboa
Sat Apr 18, 2009 3:32 pm
Forum: Graphics, Figures & Tables
Topic: centering graphics
Replies: 1
Views: 1644

centering graphics

Hi, I've tried many ways to get my graph centered but I still do not find the way to do it. I've trid viewport, bounding box, etc. Any help greatly appreciated.

Javier

\begin{center}
\begin{figure}[htbp]
\includegraphics{myfigure}
\end{figure}
\end{center}
by rockybalboa
Sun Apr 12, 2009 2:53 pm
Forum: General
Topic: format abstract
Replies: 1
Views: 1530

format abstract

hi, I would like to decrease the margins in the abstract. Could you please tell me if there is a way to do that?

Javier

\begin{abstract}
change format

\end{abstract}
by rockybalboa
Sun Apr 12, 2009 2:17 pm
Forum: Text Formatting
Topic: math format with two superscripts
Replies: 1
Views: 2592

math format with two superscripts

Hi, I have two superscript in the formula below which makes the equation look bad.
can someone help me out? I tried changing fontsize of superscript and \scriptstyle but I was not succesful.

Code: Select all

\begin{equation}
f({y^{T}}^{\prime}/y)dy^{\prime } 
\end{equation}
many thanks

Javier