Search found 13 matches

by buttnana
Tue Nov 22, 2011 9:32 am
Forum: Text Formatting
Topic: Equation Formatting Problem
Replies: 2
Views: 2427

Re: Equation Formatting Problem

Ah, thank you. The math environment works like a charm!.
by buttnana
Tue Nov 22, 2011 7:34 am
Forum: Text Formatting
Topic: Equation Formatting Problem
Replies: 2
Views: 2427

Equation Formatting Problem

Hi,

I have a few questions regarding the format of equations, I have the following code.
\begin{equation}
\center
$y_i_t$ = $\alpha_i$ + $\gamma_t$ + $X_i_t\beta$ + $\displaystyle\sum_h\sum_k\delta_k^hA_{kit}^h + \varepsilon_{it}$
\label{eq}
\end{equation}
and the output gives me something like ...
by buttnana
Fri Mar 04, 2011 10:45 pm
Forum: Graphics, Figures & Tables
Topic: includegraphics error
Replies: 3
Views: 3426

Re: includegraphics error

I've attached a screenshot of the error I get in Scientific word, and I am using pdfLatex.

Thank you!
Leon
by buttnana
Thu Mar 03, 2011 9:42 pm
Forum: Graphics, Figures & Tables
Topic: includegraphics error
Replies: 3
Views: 3426

includegraphics error

Hi,

I am trying to add several figures to my latex file. I've been able to do it with:

\begin{center}
\includegraphics{R:\paper\charts\fig1.pdf}
\end{center}

but latex says it can't find the image file when I used:

\begin{center}
\includegraphics{fig1.pdf}
\end{center}

my tex file is in the ...
by buttnana
Thu Mar 03, 2011 9:39 pm
Forum: Graphics, Figures & Tables
Topic: Adding PDF images
Replies: 1
Views: 1324

Adding PDF images

Hi,

I am trying to add some images from a pdf file, I've read online that I can use the pdfpages package to do it, but unfortunately, I don't have the package and I won't be able to install it (work computers won't allow any changes to the system).

I am wondering if there is any other ways for me ...
by buttnana
Thu Oct 14, 2010 5:57 am
Forum: Graphics, Figures & Tables
Topic: psfig problem
Replies: 1
Views: 2575

psfig problem

Hi guys,

The packages I am using are as followed:

\usepackage{epsfig}
\usepackage{epstopdf}
\usepackage{graphicx}
\usepackage[dvips]{color}

the line that I have having problem with is:

\begin{center}
\psfig{file=alee_effect.ode.ps ,angle=270,width=8cm}
\end{center}

I have the file alee_effect ...
by buttnana
Tue Sep 29, 2009 6:06 am
Forum: Page Layout
Topic: Page got cut off!
Replies: 3
Views: 10908

Page got cut off!

\documentclass{article}
\makeatletter
\renewcommand\@biblabel[1]{}
\renewenvironment{thebibliography}[1]
{\section*{\refname}%
\@mkboth{\MakeUppercase\refname}{\MakeUppercase\refname}%
\list{\@biblabel{\@arabic\c@enumiv}}%
{\settowidth\labelwidth{\@biblabel{#1}}%
\leftmargin\labelwidth ...
by buttnana
Tue Sep 29, 2009 5:31 am
Forum: Page Layout
Topic: Page got cut off!
Replies: 3
Views: 10908

Page got cut off!

my document is suppose to be 2 pages long, but its only 1 page and the text is getting cut off at the bottom of the page.

please help!
Thanks,
Leon
by buttnana
Tue Sep 29, 2009 5:17 am
Forum: BibTeX, biblatex and biber
Topic: no label in my reference?
Replies: 6
Views: 6420

Re: no label in my reference?

ooh okay! it works! Thanks!
by buttnana
Tue Sep 29, 2009 4:43 am
Forum: BibTeX, biblatex and biber
Topic: getting rid of the "references" line?
Replies: 4
Views: 2962

Re: getting rid of the "references" line?

Yes, I was wondering how you can get rid of the vertical space, thanks!