1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
|
%\VignetteIndexEntry{pbdZMQ-guide}
\documentclass[article,shortnames,nojss]{jss}
\newcommand{\zmqversion}{0.1-0}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% declarations for jss.cls %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% almost as usual
\author{
\begin{minipage}{6in}
\centering
Wei-Chen Chen$^1$ and Drew Schmidt$^1$
\end{minipage}
\\
\\
$^1$pbdR Core Team \\
%\\
%\\
%\today
}
%\title{A Quick Guide for the \pkg{pbdZMQ} Package {\small (Ver. \mpiversion)}}
\title{A Quick Guide for the \pkg{pbdZMQ} Package}
%% for pretty printing and a nice hypersummary also set:
\Plainauthor{Wei-Chen Chen, Drew Schmidt} %% comma-separated
\Plaintitle{Quick Guide for pbdZMQ} %% without formatting
\Shorttitle{Quick Guide for pbdZMQ} %% a short title (if necessary)
%% an abstract and keywords
%\Abstract{
%}
%\Keywords{}
%\Plainkeywords{} %% without formatting
%% at least one keyword must be supplied
%% publication information
%% NOTE: Typically, this can be left commented and will be filled out by the technical editor
%% \Volume{13}
%% \Issue{9}
%% \Month{September}
%% \Year{2004}
%% \Submitdate{2004-09-29}
%% \Acceptdate{2004-09-29}
%% The address of (at least) one author should be given
%% in the following format:
\Address{
Wei-Chen Chen\\
E-mail: \email{wccsnow@gmail.com}\\
URL: \url{https://snoweye.github.io/}
}
%% It is also possible to add a telephone and fax number
%% before the e-mail in the following format:
%% Telephone: +43/1/31336-5053
%% Fax: +43/1/31336-734
%% for those who use Sweave please include the following line (with % symbols):
%% need no \usepackage{Sweave.sty}
%% end of declarations %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{./pbdZMQ-include/my_jss.cls}
\input{./pbdZMQ-include/00-preamble}
\begin{document}
\pagenumbering{roman}
\tableofcontents
%\newpage
\input{./pbdZMQ-include/01-copyright}
%% include your article here, just as usual
%% Note that you should use the \pkg{}, \proglang{} and \code{} commands.
\newpage
\input{./pbdZMQ-include/01-acknowledgement}
\newpage
\pagenumbering{arabic}
\setcounter{page}{1}
\input{./pbdZMQ-include/01-introduction}
\input{./pbdZMQ-include/02-installation}
\input{./pbdZMQ-include/03-example}
\input{./pbdZMQ-include/04-backward}
\input{./pbdZMQ-include/05-cs}
\input{./pbdZMQ-include/06-solaris}
\input{./pbdZMQ-include/99-faq}
\newpage
\phantomsection
\addcontentsline{toc}{section}{References}
\bibliography{./pbdZMQ-include/pbdZMQ}
\end{document}
|