From ba880b6f7cffed4e3afc5d35d588db3e8f217f37 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Tue, 5 Jan 2021 23:36:14 -0500 Subject: [PATCH] tfv_credits: missing files --- vaporlock/tfv_credits/docs/Makefile | 9 ++++ vaporlock/tfv_credits/docs/split_screen.tex | 47 +++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 vaporlock/tfv_credits/docs/Makefile create mode 100644 vaporlock/tfv_credits/docs/split_screen.tex diff --git a/vaporlock/tfv_credits/docs/Makefile b/vaporlock/tfv_credits/docs/Makefile new file mode 100644 index 00000000..1cd78518 --- /dev/null +++ b/vaporlock/tfv_credits/docs/Makefile @@ -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 diff --git a/vaporlock/tfv_credits/docs/split_screen.tex b/vaporlock/tfv_credits/docs/split_screen.tex new file mode 100644 index 00000000..4cd6fbae --- /dev/null +++ b/vaporlock/tfv_credits/docs/split_screen.tex @@ -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}