?? manual.tex
字號:
\documentstyle[11pt,psfig,fancyheadings]{report}
\setlength{\parskip}{0.1in}
\setlength{\topmargin}{-0.7in}
\setlength{\headsep}{0.3in}
\setlength{\headheight}{0.3in}
\setlength{\textheight}{8.7in}
\setlength{\oddsidemargin}{-0.25in}
\setlength{\textwidth}{6.9in}
\footrulewidth 0.4pt
\pagestyle{fancy}
\markboth{}{}
\makeatletter
%as Latex considers descenders in its calculation of interline spacing,
%to get 12 point spacing for normalsize text, must set it to 10 points
\def\@normalsize{\@setsize\normalsize{14.5pt}\xiipt\@xiipt
\abovedisplayskip 12pt plus3pt minus7pt\belowdisplayskip \abovedisplayskip
\abovedisplayshortskip \z@ plus3pt\belowdisplayshortskip 6.5pt plus3.5pt
minus3pt\let\@listi\@listI}
\def\@makechapterhead#1{ % Heading for \chapter command
\vspace*{5pt} % Space at top of text page.
{ \parindent 0pt \raggedright
\ifnum \c@secnumdepth >\m@ne % IF secnumdepth > -1 THEN
\Large\bf\center \@chapapp{} \thechapter % Print 'Chapter' and number.
\par
\vskip 15pt \fi % Space between number and title.
\Large \bf \center % Title.
#1\par
\nobreak % TeX penalty to prevent page break.
\vskip 40pt % Space between title and text.
} }
%need an 11 pt font size for subsection and abstract headings
\def\subsize{\@setsize\subsize{12pt}\xipt\@xipt}
%make section titles bold and 12 point, 2 blank lines before, 1 after
\def\section{\@startsection {section}{1}{\z@}{24pt plus 2pt minus 2pt}
{12pt plus 2pt minus 2pt}{\large\bf}}
%make subsection titles bold and 11 point, 1 blank line before, 1 after
\def\subsection{\@startsection {subsection}{2}{\z@}{12pt plus 2pt minus 2pt}
{12pt plus 2pt minus 2pt}{\subsize\bf}}
\makeatother
\newcommand{\eq}{\begin{equation}}
\newcommand{\en}{\end{equation}}
\newcommand{\vs}{\vspace{.10in}}
\newcommand{\hs}{\hspace{.10in}}
\newcommand{\tb}{\begin{tabular} {ll} }
\newcommand{\te}{\end{tabular}}
\rhead{GSNAKE API}
\lfoot{GSNAKE API Reference}
\rfoot{page \ \rm\thepage \ of \ \pageref{lastpage}}
\cfoot{}
\lhead{{\em rev} : \today}
% make bibliography looks right
\catcode`\@=11
\def\@lbibitem[#1]#2{\item[]\@biblabel{#1}\newline\if@filesw
{ \def\protect##1{\string ##1\space}\immediate
\write\@auxout{\string\bibcite{#2}{#1}}\fi\ignorespaces}}
\def\thebibliography#1{
\newpage \section*{\Large\bf\centering References
}\list
{[\arabic{enumi}]}{\settowidth\labelwidth{[#1]}
\leftmargin\labelwidth
\advance\leftmargin\labelsep
\usecounter{enumi}}
\def\newblock{\hskip .11em plus .33em minus -.07em}
\sloppy
\sfcode`\.=1000\relax}
\catcode`\@=12
\begin{document}
\title{{\large\bf GSNAKE API ver 1.0: REFERENCE MANUAL}}
\author{\large
Kok F. Lai \\
Information Technology Institute\\
11 Science Park Rd\\
Singapore 0511 \\
\\
S. Chan, C. W. Ngo, E. L. Ang and K. W. Ong\\
School of Applied Science \\
Nanyang Technological University
Nanyang Crescent
Singapore 2263}
\date{{\em rev} : \today}
\maketitle
\input{notes.tex}
\tableofcontents
\chapter{Introduction}
\input{intro.tex}
\input{design.tex}
\chapter{Class Library Reference}
\thispagestyle{fancy}
\input{image.tex}
\input{edge.tex}
\input{pyramid.tex}
\input{matrix.tex}
\input{snaxel.tex}
\input{contour.tex}
\input{ghough.tex}
\input{gsnake.tex}
\input{model.tex}
\input{class.tex}
\chapter{GSNAKE API Command Line Utilities}
\input{utildoc.tex}
\input{biblio.tex}
\label{lastpage}
\end{document}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -