tfv_credits: missing files

This commit is contained in:
Vince Weaver 2021-01-05 23:36:14 -05:00
parent 23c421424b
commit ba880b6f7c
2 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,9 @@
all: split_screen.pdf
split_screen.pdf: split_screen.tex
pdflatex split_screen.tex
pdflatex split_screen.tex
pdflatex split_screen.tex
clean:
rm -f *~ *.bak *.aux *.log *.out split_screen.pdf

View File

@ -0,0 +1,47 @@
\documentclass[twocolumn]{article}
\usepackage{graphicx}
\usepackage{url}
\usepackage{hyperref}
\usepackage{fancyvrb}
\usepackage{fancyhdr}
\usepackage{hyperref}
%\usepackage{graphicx}
\usepackage{colortbl}
\usepackage{multirow}
%\pagestyle{fancy}
%
%\fancypagestyle{firststyle}
%{
% \fancyhf{}
% \fancyhead[C]{A version of this document appeared in PoC~\textbar\textbar~GTFO 0x18}
% \fancyfoot{}
%}
\begin{document}
\title{A Split-screen Cycle Counting Demo for the Apple II}
\author{Vincent M. ``Deater'' Weaver}
\date{}
\maketitle
%\thispagestyle{firststyle}
\section{Doing the Impossible}
Well not really impossible, just somehow not widely known.
\section{The Graphics Hardware}
\section{The Demo}
\section{Obtaining the Code}
More details, disk image, and full source can be found at the website:
\url{http://www.deater.net/weave/vmwprod/}
\end{document}