Search found 8 matches

by ohenri100
Fri Dec 07, 2012 4:52 pm
Forum: Graphics, Figures & Tables
Topic: Centered Format for last Table Column
Replies: 4
Views: 6623

Re: Centered Format for last Table Column

Dear Stefan_K,

My example is extracted from my project. It, therefore, is rather complex. Because I want to easy for everybody to compile and to review the result. I think that it is useful for supporters.

I appreciate your help very much.
Again, Thank you very much.

Best regards.
--ohenri100--
by ohenri100
Fri Dec 07, 2012 2:47 pm
Forum: Graphics, Figures & Tables
Topic: Centered Format for last Table Column
Replies: 4
Views: 6623

Centered Format for last Table Column

Dear everybody,

I create a large table with many columns, and I want to format centering for the last column. However, I cannot do it. It has a error.

\documentclass[oneside,openany]{book}
\usepackage{amsmath,amsxtra,amssymb,latexsym, amscd,amsthm, eqnarray}
\usepackage{indentfirst}
\usepackage ...
by ohenri100
Sat Feb 19, 2011 7:08 pm
Forum: Graphics, Figures & Tables
Topic: Problem: Backslashbox in Table
Replies: 2
Views: 12168

Re: Problem: Backslashbox in Table

Have Solved.

I tested the command "\backslashbox[8em]", It good.
The Problem has solved.

Thank you very much.
by ohenri100
Sat Feb 19, 2011 5:15 pm
Forum: Graphics, Figures & Tables
Topic: Problem: Backslashbox in Table
Replies: 2
Views: 12168

Problem: Backslashbox in Table

Hi all,

I want to draw a backslash line in a box of a table.
I use package: slashbox , but I see this package always have problem.
Please help me. I think, If Latex cannot draw this line, this is a large problem. :(

\documentclass{article}
\usepackage{slashbox,pict2e}
\pagestyle{empty}
\begin ...
by ohenri100
Mon Aug 30, 2010 10:20 am
Forum: General
Topic: Clean the temp files after compile Latex?
Replies: 4
Views: 20451

Re: Clean the temp files after compile Latex?

Dear frabjous,

Thank you very much.
I think that I should write a bat file.

The content of bat file:

del *log
del *bak
.....

Sincerely.
by ohenri100
Mon Aug 30, 2010 4:35 am
Forum: General
Topic: Clean the temp files after compile Latex?
Replies: 4
Views: 20451

Re: Clean the temp files after compile Latex?

I use texmaker and Vietex.
Vietex is a useful tex editor of Vietnamese.
by ohenri100
Sat Aug 28, 2010 8:52 am
Forum: General
Topic: Clean the temp files after compile Latex?
Replies: 4
Views: 20451

Clean the temp files after compile Latex?

*SOLVED*

Hi all,
I wonder if we can auto delete the temp file as *bak, *mtc,... after compiling finished.
I use MikTex. Windows.

Solve:I think to clean the temp files: log, bak...after compiling.
You must creat bat file with content:

del *bak
del *log
......

Sincerely.
by ohenri100
Thu Aug 26, 2010 6:28 pm
Forum: Document Classes
Topic: Beamer: slide colors
Replies: 4
Views: 42167

Re: Beamer: slide colors

Second method:
Into C:\Program Files\MiKTeX 2.8\tex\latex\beamer\base
Open beamer.cls file and look at:
\DeclareOptionBeamer{red}{
\ClassWarning{beamer}{``red'' is obsolete. Use color theme structure instead}
\def\beamer@loadlater{\usecolortheme[rgb={0.7,0.2,0.2}]{structure}}}

You could add your ...