summaryrefslogtreecommitdiff
path: root/language/vietnamese/vietnet/vsa.sty
blob: 6d63f8ee4803eac792b869c0986baaa500b4cf0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
% BIIHEAD.STY  If this is included after \documentstyle{report}, it adds
% an underlined heading style to the LaTeX report style.
% \pagestyle{biiheadings} will put underlined headings at the top
% of each page. The right page headings are the Chapter titles and
% the left page titles are supplied by \def\lefthead{text}.

% Ted Shapin, Dec. 17, 1986

\makeatletter
\def\ps@biiheadings{\let\@mkboth\markboth
\def\@oddhead{\protect\makebox[0pt][l]{\protect\underline
             {\protect\makebox[\textwidth][l]{\small\sf\rightmark}}}}
\def\@oddfoot{\protect\makebox[\textwidth]{\hrulefill\ {\sf\bottomark}}}
\def\@evenhead{\protect\makebox[0pt][l]{\protect\underline
              {\protect\makebox[\textwidth][l]
              {\small\sf\lefthead}}}}
\def\lefthead{}
\def\chaptermark##1{\markright {\uppercase{%
\@chapapp\ \thechapter.\ ##1}}}
\def\@evenfoot{\@oddhead}\def\sectionmark##1{}\def\subsectionmark##1{}}
\def\@maketitle{\vbox to 2.5in{\hsize\textwidth 
			\linewidth\hsize \vfil \centering
			{\LARGE \@title \par} 
		\vfil}}

\makeatother

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Draw a box around text %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\def\boxitout#1{\vbox{\hrule height1.5pt\hbox{\vrule width1.5pt\kern6pt
       \vbox{\kern6pt#1\kern6pt}\kern6pt\vrule width1.5pt}\hrule height1.5pt}}
\def\boxit#1{\vbox{\hrule height.5pt\hbox{\vrule width.5pt
       \vbox{#1}\kern-.1cm\vrule width.5pt}\hrule height.5pt}}

\newcommand{\widen}[1]{%
\newlength{\widening}\setlength{\widening}{#1}
\addtolength{\oddsidemargin}{-.5\widening}
\addtolength{\evensidemargin}{-.5\widening}
\addtolength{\textwidth}{\widening}
}

\newcommand{\lengthen}[1]{%
\newlength{\lengthening}\setlength{\lengthening}{#1}
\addtolength{\topmargin}{-.4\lengthening}
\addtolength{\textheight}{\lengthening}
}