[Rprotobuf-commits] r827 - papers/jss

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jan 23 01:39:21 CET 2014


Author: murray
Date: 2014-01-23 01:39:21 +0100 (Thu, 23 Jan 2014)
New Revision: 827

Modified:
   papers/jss/article.Rnw
Log:
Remove duplicate \title line, add a few missing \proglangs, and
emphasize dynamic dispatch on first use since its a rather technical
term which we only partially define.



Modified: papers/jss/article.Rnw
===================================================================
--- papers/jss/article.Rnw	2014-01-23 00:33:34 UTC (rev 826)
+++ papers/jss/article.Rnw	2014-01-23 00:39:21 UTC (rev 827)
@@ -13,17 +13,17 @@
 \RequirePackage{fancyvrb}
 \RequirePackage{alltt}
 \DefineVerbatimEnvironment{example}{Verbatim}{}
+% Articles with many authors we should shorten to FirstAuthor, et al.
 \shortcites{janus,dremel}
-%% almost as usual
 \author{Dirk Eddelbuettel\\Debian Project \And 
         Murray Stokely\\Google, Inc \And
         Jeroen Ooms\\UCLA}
-\title{\pkg{RProtoBuf}: Efficient Cross-Language Data Serialization in R}
+\title{\pkg{RProtoBuf}: Efficient Cross-Language Data Serialization in \proglang{R}}
 
 %% for pretty printing and a nice hypersummary also set:
 \Plainauthor{Dirk Eddelbuettel, Murray Stokely, Jeroen Ooms} %% comma-separated
 \Plaintitle{RProtoBuf: Efficient Cross-Language Data Serialization in R}
-\Shorttitle{\pkg{RProtoBuf}: Protocol Buffers in R} %% a short title (if necessary)
+\Shorttitle{\pkg{RProtoBuf}: Protocol Buffers in \proglang{R}} %% a short title (if necessary)
 
 %% an abstract and keywords
 \Abstract{
@@ -105,8 +105,8 @@
 \fvset{listparameters={\setlength{\topsep}{0pt}}}
 \renewenvironment{Schunk}{\vspace{\topsep}}{\vspace{\topsep}}
 
-\title{RProtoBuf: Efficient Cross-Language Data Serialization in R}
-\author{by Dirk Eddelbuettel, Murray Stokely and Jeroen Ooms}
+%\title{RProtoBuf: Efficient Cross-Language Data Serialization in R}
+%\author{by Dirk Eddelbuettel, Murray Stokely and Jeroen Ooms}
 
 %% DE: I tend to have wider option(width=...) so this
 %%     guarantees better line breaks
@@ -772,7 +772,7 @@
 
 Additionally, \pkg{RProtoBuf} supports tab completion for all
 classes.  Completion possibilities include pseudo-method names for all
-classes, plus dynamic dispatch on names or types specific to a given
+classes, plus \emph{dynamic dispatch} on names or types specific to a given
 object.  This functionality is implemented with the
 \texttt{.DollarNames} S3 generic function defined in the \pkg{utils}
 package.



More information about the Rprotobuf-commits mailing list