Displaying 6 results from an estimated 6 matches for "citep".
Did you mean:
cite
2023 Dec 11
1
Small typo in Sweave.Rnw
In the first paragraph of Sweave.Rnw
(./src/library/utils/vignettes/Sweave.Rnw), it reads
for literate programming \cite{fla:Knuth:1984}.
but probably should be
for literate programming \citep{fla:Knuth:1984}.
^
kind regards
Enrico
--
Enrico Schumann
Lucerne, Switzerland
http://enricoschumann.net
2003 Dec 10
2
OT: BibTex year-only citation in text?
Sorry for the off-topic question, but I know there are some talented
LaTeX users out there. Which bibliography style gives only the year in
text citations (e.g "for further details, see Anderson (1992)" )?
Thanks
Jason
--
Indigo Industrial Controls Ltd.
http://www.indigoindustrial.co.nz
64-21-343-545
jasont at indigoindustrial.co.nz
2007 May 15
0
MultiMarkdown Version 2.0.b1 released
...itten, -
nonet and -novalid should be optional for xsltproc)
* complete overhaul of the Drag and Drop applications to use the
?Common? MMD Installation (**This requires a change in all XSLT
files**)
* update to Markdown 1.0.2b8 codebase
* add optional support for the natbib LaTeX package (\citep and \citet)
The biggest changes are the Drag and Drop rewrites (they're useful
now!) and the namespaces (all XSLT need to be upgraded).
The plan from here:
* Get confirmation that windows is supported from the perl scripts
* Make sure that everyone is happy with the namespace changes in...
2008 Mar 13
2
graphics defaults
Can someone point me to a justification for the design
decisions, which seem to be similar in lattice and
ggplot2, of (1) gray backgrounds and (2) filled points?
[I seem to remember seeing somewhere the opposite recommendation
for points, i.e. that open points make it much easier to
see if there are overlapping values -- and this would
be a reason that pch=1 gives an open circle ...]
cheers
2012 Jan 24
1
Rnw file generated strange symbols in pdf file
Hello,
I found my Rnw file generated strange symbols in pdf file. For instance, on page 4 of the following file,
http://cran.r-project.org/web/packages/cts/vignettes/kf.pdf
you can see Belcher et~al on line 2, and Figure~1 on line 5. The symbol ~ should not appear in the pdf file although the symbol was in the original Rnw file (something like Figure~\ref{...}, section~\ref{...}). On page 1,
2000 Jul 11
0
A small error in mca ?
Dear list,
Working the example in Stats complements to V&R 3rd ed., I found this :
> library(MASS)
> library(mva)
> data(farms)
> plot(mca(farms,abbrev=TRUE),cex=rep(0.7,2))
# ... Works OK
# Sheer curiosity ...
> plot(mca(farms,abbrev=TRUE,nf=4),cex=rep(0.7,2))
Error in rep(p * X.svd$d[sec], c(n, n)) : invalid number of copies in "rep"
A bit of exploration in the