Skip to content

Commit 0b2d664

Browse files
committed
Merge pull request #2 from snoweye/master
test
2 parents ff5384d + 2f813b6 commit 0b2d664

File tree

4 files changed

+101
-1
lines changed

4 files changed

+101
-1
lines changed

cleanup

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ rm -rf ./src/*.a
1313
rm -rf ./src/*.rc
1414
rm -rf ./src/*.rds
1515
rm -rf ./src-*
16-
rm -rf ./inst/doc/

inst/doc/pmclust-guide.Rnw

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
%\VignetteIndexEntry{pmclust-guide}
2+
3+
\documentclass[article,shortnames,nojss]{pmclust-include/jss}
4+
5+
6+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
7+
%% declarations for jss.cls %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
8+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
9+
10+
%% almost as usual
11+
\author{
12+
\begin{minipage}{6in}
13+
\centering
14+
Wei-Chen Chen$^1$ and George Ostrouchov$^{1,2}$
15+
\end{minipage}
16+
\\
17+
\\
18+
$^1$Computer Science and Mathematics Division, \\
19+
Oak Ridge National Laboratory, \\
20+
Oak Ridge, TN, USA \\
21+
\\
22+
$^2$Remote Data Analysis and Visualization Center,\\
23+
University of Tennessee, \\
24+
Knoxville, TN, USA \\
25+
}
26+
%\\ \today}
27+
\title{A Quick Guide for the \pkg{pmclust} Package}
28+
%\\
29+
%\vspace{0.2cm} \large (Based on Version 0.1-2)}
30+
31+
%% for pretty printing and a nice hypersummary also set:
32+
\Plainauthor{Wei-Chen Chen, George Ostrouchov} %% comma-separated
33+
\Plaintitle{Quick Guide for pmclust} %% without formatting
34+
\Shorttitle{Quick Guide for pmclust} %% a short title (if necessary)
35+
36+
%% an abstract and keywords
37+
%\Abstract{
38+
%}
39+
%\Keywords{}
40+
%\Plainkeywords{} %% without formatting
41+
%% at least one keyword must be supplied
42+
43+
%% publication information
44+
%% NOTE: Typically, this can be left commented and will be filled out by the technical editor
45+
%% \Volume{13}
46+
%% \Issue{9}
47+
%% \Month{September}
48+
%% \Year{2004}
49+
%% \Submitdate{2004-09-29}
50+
%% \Acceptdate{2004-09-29}
51+
52+
%% The address of (at least) one author should be given
53+
%% in the following format:
54+
\Address{
55+
Wei-Chen Chen\\
56+
E-mail: \email{[email protected]}\\
57+
URL: \url{http://thirteen-01.stat.iastate.edu/snoweye/hpsc/}
58+
}
59+
%% It is also possible to add a telephone and fax number
60+
%% before the e-mail in the following format:
61+
%% Telephone: +43/1/31336-5053
62+
%% Fax: +43/1/31336-734
63+
64+
%% for those who use Sweave please include the following line (with % symbols):
65+
%% need no \usepackage{Sweave.sty}
66+
67+
%% end of declarations %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
68+
69+
70+
\input{./pmclust-include/00-preamble}
71+
72+
\begin{document}
73+
74+
\pagenumbering{roman}
75+
\tableofcontents
76+
77+
%% include your article here, just as usual
78+
%% Note that you should use the \pkg{}, \proglang{} and \code{} commands.
79+
80+
\newpage
81+
\input{./pmclust-include/01-acknowledgement}
82+
83+
\newpage
84+
\pagenumbering{arabic}
85+
\setcounter{page}{1}
86+
87+
\input{./pmclust-include/01-introduction}
88+
\input{./pmclust-include/02-example}
89+
\input{./pmclust-include/03-algorithm}
90+
\input{./pmclust-include/04-discussion}
91+
92+
\newpage
93+
\phantomsection
94+
\addcontentsline{toc}{section}{References}
95+
\bibliography{./pmclust-include/pmclust}
96+
97+
\end{document}
98+
263 KB
Binary file not shown.

vignettes/build_pdf.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ pdflatex pmclust-guide.Rnw
77
pdflatex pmclust-guide.Rnw
88
pdflatex pmclust-guide.Rnw
99
rm *.aux *.bbl *.blg *.log *.out *.toc
10+
11+
mv -f *.pdf ../inst/doc/
12+
cp -f *.Rnw ../inst/doc/

0 commit comments

Comments
 (0)