Search found 12 matches

by lehe
Fri Mar 19, 2010 4:26 pm
Forum: Graphics, Figures & Tables
Topic: table reference
Replies: 1
Views: 1619

table reference

Hi,

I wrote a long table with a label in a tex file and \input it into my main tex file. The reference in the main tex file to the table, however, does not show the numbering of the table but the one of the next table that are written directly in the main tex file. All long tables that are written ...
by lehe
Sun Dec 27, 2009 9:40 pm
Forum: Page Layout
Topic: latex template or example for personal statement
Replies: 1
Views: 7242

latex template or example for personal statement

Hi,

I am writing a personal statement in latex. I don't want the big margin at the top of the page not big title taking a lot of space. I just like to make the layout compact but still clearly spaced with title, name and other necessary information, since there may be restriction on the number of ...
by lehe
Thu May 14, 2009 1:32 am
Forum: General
Topic: include tex file
Replies: 1
Views: 4006

include tex file

Hi,
I include other tex files into my main tex files. However every file that is included starts with its own single page in the main file. Is there any way to make their contents continously placed in the main tex file?
Thanks and regards!
by lehe
Thu Apr 30, 2009 1:55 pm
Forum: Graphics, Figures & Tables
Topic: Questions about table and graphic
Replies: 1
Views: 1950

Questions about table and graphic

Hi,
I have some questions regarding tables and graphics.

1. How to make the table not to move too far away from where it is written? My table always move to 1~2 pages away on the top of that page. My code is:

\begin{table}[h]
\begin{center}
\begin{tabular}{|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c|c ...
by lehe
Mon Mar 30, 2009 3:44 am
Forum: Graphics, Figures & Tables
Topic: Tools to draw diagram
Replies: 1
Views: 14487

Tools to draw diagram

Hi,
I am starting to learn how to draw diagram (circle, arrow,...) in Latex. Could you recommend me some convenient tool? Is there an equivalence for drawing like TexMaker for Latex? Thanks!
by lehe
Wed Mar 18, 2009 5:48 am
Forum: General
Topic: How to get "“>”"
Replies: 4
Views: 2893

Re: How to get "“>”"

Thanks!
by lehe
Wed Mar 18, 2009 5:02 am
Forum: General
Topic: Overfull \hbox
Replies: 3
Views: 11012

Overfull \hbox

Thank you!
There are two places that exceed the right border and also the dash in the first line is mis-displayed.
Here is my sample:
\documentclass[a4paper]{article}
%\documentclass[12pt]{article}
\usepackage{lmodern}
\usepackage[T1]{fontenc}
\usepackage[margin=1in]{geometry} % set the margins to ...
by lehe
Tue Mar 17, 2009 3:21 pm
Forum: General
Topic: Overfull \hbox
Replies: 3
Views: 11012

Overfull \hbox

HI,
I am having a problem of restricting the length of a text line within the viewable width of a page as I got the error:
Overfull \hbox (179.70857pt too wide) in paragraph at lines 37--39
How to fix it? Thanks a lot!
by lehe
Tue Mar 17, 2009 2:48 pm
Forum: General
Topic: How to get "“>”"
Replies: 4
Views: 2893

How to get "“>”"

Hi,
I was wondering how to get "“>”"? I tried "``>''", but it gives "“¿”". :shock:
Thanks!
by lehe
Tue Feb 10, 2009 4:37 pm
Forum: Texmaker and TeXstudio
Topic: funny mistake in pasting
Replies: 1
Views: 2101

funny mistake in pasting

Hi,
Every now and then, when I paste something in a single place, I ends up with pasting in several other places as well. How could I fix it? Thanks!