Update of /cvsroot/pure-data/doc/tutorials/externals-howto In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15045
Added Files: HOWTO-externals-de.tex HOWTO-externals-en.tex Log Message: the externals-HOWTO (i almost lost the tex-sources, so here they are now)
--- NEW FILE: HOWTO-externals-en.tex --- % format latexg -*- latex -*-
\documentclass[12pt, a4paper,austrian, titlepage]{article}
%% HOWTO write an external for pd %% by IOhannes m zmölnig, 2001 %% %% this document is released under the following license %% CreativeCommons Attribution-ShareAlike 2.5 %% %% http://creativecommons.org/licenses/by-sa/2.5/
\usepackage[latin1]{inputenc} \usepackage[T1]{fontenc} \usepackage{babel}
\title{ HOWTO \ write an External \ [...1711 lines suppressed...] \begin{verbatim} void post(char *fmt, ...); \end{verbatim}
Writes a {\tt C}-string to the standarderror (shell).
\subsubsection{error} \begin{verbatim} void error(char *fmt, ...); \end{verbatim}
Writes a {\tt C}-string as an error-message to the standarderror (shell).
The object that has output the error-message is marked and can be identified via the pd-menu {\em Find->Find last error}.
\end{appendix}
\end{document}
--- NEW FILE: HOWTO-externals-de.tex --- % format latexg -*- latex -*-
\documentclass[12pt, a4paper,austrian, titlepage]{article}
%% HOWTO write an external for pd %% by IOhannes m zmölnig %% %% this document is released under the CreativeCommons Attribution-ShareAlike 2.5 %% %% http://creativecommons.org/licenses/by-sa/2.5/
%sprache \usepackage[latin1]{inputenc} \usepackage[T1]{fontenc} \usepackage{babel}
% add hypertext support (fine for latex2html) \usepackage{html} [...1763 lines suppressed...] \subsubsection{post} \begin{verbatim} void post(char *fmt, ...); \end{verbatim}
Schreibt einen {\tt C}-String auf den Standarderror (Shell).
\subsubsection{error} \begin{verbatim} void error(char *fmt, ...); \end{verbatim}
Schreibt einen {\tt C}-String als Fehlermeldung auf den Standarderror (Shell). Das Objekt, das die Fehlermeldung ausgegeben hat, wird markiert und ist über das pd-Menü {\em Find->Find last error} identifizierbar.
\end{appendix}
\end{document}