Search found 5 matches

by aaron792
Thu May 29, 2008 10:56 am
Forum: General
Topic: How to make parbox center in table?
Replies: 2
Views: 8757

How to make parbox center in table?

Problem is solved.
use

Code: Select all

\begin{tabular}{ccc}
to get text or box centered.
use

Code: Select all

\rule{0pt}{1cm}
to add top spacing.
use

Code: Select all

\vspace{0.1cm}
to add bottom spacing.
by aaron792
Thu May 29, 2008 2:37 am
Forum: General
Topic: How to make parbox center in table?
Replies: 2
Views: 8757

How to make parbox center in table?

I want the first row of this table, supposed to be placed at one columne of a two-cloumn formatted text, to be centered and add some space to it at the top and the bottom.
http://hiphotos.baidu.com/%D0%E3%CD%A5/abpic/item/9edf1d3f21a587d67d1e71f9.jpg
The code:
\begin{table}[h]
\centering
\caption ...
by aaron792
Mon May 26, 2008 1:53 pm
Forum: General
Topic: Problem with reference in Latex.
Replies: 2
Views: 1823

Re: Problem with reference in Latex.

The problem is almost solved. Seems nothing goes wrong with my text. It is the MikTeX's own unstable behaviour messes things up.
If u fail to get a satisfiing pdf file and also fail to find any problem. Try to close all applications and then restart them. Then everything may get fine.
Hope my ...
by aaron792
Mon May 26, 2008 1:20 pm
Forum: General
Topic: Problem with reference in Latex.
Replies: 2
Views: 1823

Problem with reference in Latex.

I checked that file again.
The example.bib is sth like:
@INPROCEEDINGS{Moore99,
AUTHOR = "R. Moore and J. Lopes",
TITLE = "Paper templates",
BOOKTITLE = "TEMPLATE'06, 1st International Conference on Template Production",
YEAR = "1999",
publisher = "INSTICC Press",
file = F
}
MikTeX converts ...
by aaron792
Mon May 26, 2008 11:18 am
Forum: General
Topic: Problem with reference in Latex.
Replies: 2
Views: 1823

Problem with reference in Latex.

Hello everyone!
I just downloaded a Latex template. It has two files named Example.tex and example.bib which is used to generate references in Example.tex. After I replaced the content of Example.tex and example.bib with my own text and bibliography. The generated pdf file just doesn't display the ...