Line 19... |
Line 19... |
% http://www.gnu.org/licenses/gpl.html
|
% http://www.gnu.org/licenses/gpl.html
|
%
|
%
|
%
|
%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
% \NeedsTeXFormat{LaTeX2e}[1995/12/01]
|
% \NeedsTeXFormat{LaTeX2e}[1995/12/01]
|
\ProvidesClass{gqtekspec}[2015/02/15 v0.1 -- Gisselquist Technology Specification]
|
\ProvidesClass{gqtekspec}[2015/03/03 v0.1 -- Gisselquist Technology Specification]
|
\typeout{by Dan Gisselquist}
|
\typeout{by Dan Gisselquist}
|
\LoadClassWithOptions{report}
|
\LoadClassWithOptions{report}
|
\usepackage{datetime}
|
\usepackage{datetime}
|
\usepackage{graphicx}
|
\usepackage{graphicx}
|
\usepackage[dvips]{pstricks}
|
\usepackage[dvips]{pstricks}
|
Line 268... |
Line 268... |
\def\revision#1{\gdef\r@vision{#1}}
|
\def\revision#1{\gdef\r@vision{#1}}
|
\def\r@vision{}
|
\def\r@vision{}
|
\def\at{\makeatletter @\makeatother}
|
\def\at{\makeatletter @\makeatother}
|
\newdateformat{theyear}{\THEYEAR}
|
\newdateformat{theyear}{\THEYEAR}
|
\newenvironment{revisionhistory}{\clearpage\typeout{^^JRevision History.}%
|
\newenvironment{revisionhistory}{\clearpage\typeout{^^JRevision History.}%
|
\hbox to \textwidth{\hfil\scalebox{1.8}{\large\bfseries Revision History}}\vskip 10\p@%
|
\hbox to \textwidth{\hfil\scalebox{1.8}{\large\bfseries Revision History}}\vskip 10\p@\noindent%
|
\begin{tabular}{|p{0.5in}|p{1in}|p{1in}|p{3.5in}|}\hline
|
\begin{tabular}{|p{0.5in}|p{1in}|p{1in}|p{2.875in}|}\hline
|
Rev. & Date & Author & Description\\\hline\hline}
|
Rev. & Date & Author & Description\\\hline\hline}
|
{\end{tabular}\clearpage}
|
{\end{tabular}\clearpage}
|
\newenvironment{portlist}{\begin{tabular}{|p{0.75in}|p{0.5in}|p{0.75in}|p{3.5in}|}\hline
|
\newenvironment{portlist}{\begin{tabular}{|p{0.75in}|p{0.5in}|p{0.75in}|p{3.375in}|}\hline
|
Port & Width & Direction & Description \\\hline\hline}%
|
Port & Width & Direction & Description \\\hline\hline}%
|
{\end{tabular}}
|
{\end{tabular}}
|
\newenvironment{preface}{\chapter*{Preface}}{\par\bigskip\bigskip\leftline{\hfill\@author}}
|
\newenvironment{preface}{\chapter*{Preface}}{\par\bigskip\bigskip\leftline{\hfill\@author}}
|
\endinput
|
\endinput
|