Search found 3 matches

by yan
Thu May 13, 2010 5:29 am
Forum: Graphics, Figures & Tables
Topic: (HOW TO) Built text box in title page..in .sty file
Replies: 2
Views: 3790

Re: (HOW TO) Built text box in title page....in .sty file

Thks frabjous,

this is the thing i want.
Ya, \vfill will push it to the bottom of the page. mayb i will change to \vspace or something....depends on the report format needed.
Thks again~

Yan.
by yan
Thu May 13, 2010 3:51 am
Forum: Graphics, Figures & Tables
Topic: (HOW TO) Built text box in title page..in .sty file
Replies: 2
Views: 3790

(HOW TO) Built text box in title page..in .sty file

I need a title page which is contain a text box.....from .sty
I have try the \begin{tabular} but it cant work for me.

\renewcommand{\maketitle}{
\null
\vfill
\thispagestyle{empty}
\begin{center}

\begin{tabular}{|p{4.7cm}|}{|c|}
\hline
{\rmfamily\large\bf\@title\\}
by\\
{\rmfamily\large\bf\@author ...
by yan
Sun May 09, 2010 10:08 am
Forum: Text Formatting
Topic: Title is long, no spacing when go to the next line.
Replies: 1
Views: 1584

Title is long, no spacing when go to the next line.

Hi Everyone,

Need help on title page. I build my own .sty for modify the titlepage.
When my title is too long, it should go the next line with some spacing but it doesnt spacing in my case. I use report.cls.


\def\@id{\relax}
\newcommand{\id}[1]{\gdef\@id{#1}}
\def\@years{\relax}
\newcommand ...