[Pcsclite-cvs-commit] PCSC/doc pcsc-lite.tex,NONE,1.1 pcsc-lite-0.8.7.pdf,1.1.1.1,NONE

rousseau@haydn.debian.org rousseau@haydn.debian.org


Update of /cvsroot/pcsclite/PCSC/doc
In directory haydn:/tmp/cvs-serv14743

Added Files:
	pcsc-lite.tex 
Removed Files:
	pcsc-lite-0.8.7.pdf 
Log Message:
the pcsc-lite pdf documentation is now generated from a LaTeX document


--- NEW FILE: pcsc-lite.tex ---
%
% MUSCLE SmartCard Development ( http://www.linuxnet.com )
%
% Copyright (C) 2004
%  David Corcoran <corcoran@linuxnet.com>
%  Ludovic Rousseau <ludovic.rousseau@free.fr>
%
% $Id: pcsc-lite.tex,v 1.1 2004/04/15 08:27:42 rousseau Exp $

\documentclass[a4paper,12pt]{article}

\usepackage{longtable}
\usepackage{url}
\usepackage{varioref}

% Détection de pdflatex
\ifx\pdfcompresslevel\undefined
% Si on fait un postscript
\typeout{Postscript version}
[...1284 lines suppressed...]
\example


\begin{verbatim}
SCARDCONTEXT hContext;
LONG rv;

rv = SCardEstablishContext(SCARD\_SCOPE\_SYSTEM, NULL, NULL, &hContext);
if (rv != SCARD_S_SUCCESS)
    printf("SCardReleaseContext: %s (0x%lX)\n", pcsc_stringify_error(rv), rv);
\end{verbatim}


%---------%---------%---------%---------%---------%---------
\bibliographystyle{plain}
\bibliography{pcsc-lite}


\end{document}


--- pcsc-lite-0.8.7.pdf DELETED ---