mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-24 13:32:23 +00:00
tfv_credits: missing files
This commit is contained in:
parent
23c421424b
commit
ba880b6f7c
9
vaporlock/tfv_credits/docs/Makefile
Normal file
9
vaporlock/tfv_credits/docs/Makefile
Normal 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
|
47
vaporlock/tfv_credits/docs/split_screen.tex
Normal file
47
vaporlock/tfv_credits/docs/split_screen.tex
Normal 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}
|
Loading…
Reference in New Issue
Block a user