|
@@ -22,19 +22,25 @@
|
|
|
\usepackage{a4}
|
|
|
\usepackage{makeidx}
|
|
|
\usepackage{html}
|
|
|
-\latex{\usepackage{fpc}}
|
|
|
-\latex{\usepackage{listings}\blankstringtrue%
|
|
|
+\begin{latexonly}
|
|
|
+\usepackage{fpc}
|
|
|
+\usepackage{listings}\blankstringtrue
|
|
|
\selectlisting{tp}\stringstyle{\ttfamily}}
|
|
|
-\html{\input{fpc-html.tex}}
|
|
|
+\end{latexonly}
|
|
|
+\begin{htmlonly}
|
|
|
+\input{fpc-html.tex}
|
|
|
+\end{htmlonly}
|
|
|
\begin{document}
|
|
|
%\input{crt.tex}
|
|
|
%\input{dos.tex}
|
|
|
%\input{getopts.tex}
|
|
|
-\input{go32.tex}
|
|
|
+%\input{go32.tex}
|
|
|
%\input{graph.tex}
|
|
|
+%\input{heaptrc.tex}
|
|
|
%\input{linux.tex}
|
|
|
%\input{mmx.tex}
|
|
|
%\input{mouse.tex}
|
|
|
+\input{objects.tex}
|
|
|
%\input{printer.tex}
|
|
|
%\input{sockets.tex}
|
|
|
%\input{strings.tex}
|