Displaying 18 results from an estimated 18 matches for "natbib".
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,
2009 Jan 27
2
using Sweave with a master file that has several iputted .tex files
...something like this:
\documentclass[12pt]{mypaper}
\usepackage[margin=1in]{geometry}
\usepackage{setspace}
\usepackage{url}
\usepackage{indentfirst}
\usepackage{fancyhdr}
\usepackage{Sweave}
\pagestyle{fancy}
\lhead{sonographic rectal diameter and ADHD}
\rhead{ }
\usepackage{abbrevs}
%\usepackage{natbib}
%\usepackage{apacite}
\bibliographystyle{StandardMedicalJournal}
%\bibpunct{}{}{,}{}{}{}
\usepackage{multirow}
\usepackage{outlines}
\begin{document}
\input{C:/DATA/SCHOLAR/ADHDConstipation/SonographicStudy/PAR06180/SpecificAims}
\input{C:/DATA/SCHOLAR/ADHDConstipation/SonographicStudy/PAR0618...
2001 Jul 10
1
Citing an article from R News
...in Volume 1/2 of R News requests that we cite articles
in R News by using the ISSN 1609-3631 and the URL
http://cran.R-project.org/doc/Rnews/. Could someone provide a sample
BibTeX entry, say for Brian Ripley's article on "Installing R under
Windows" from that issue? I am using the natbib package, if that
matters.
I would start with
@Article{R:Ripley:2001,
author = {Brian D. Ripley},
title = {Installing {R} under {W}indows},
journal = {R News},
year = 2001,
volume = 1,
number = 2,
issn = {1609-3631},
url = {http://cran.R-project.org/doc/R...
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
...ed, XSLT files are rewritten, -
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...
2009 Dec 22
1
Sweave: font problems with Signif. codes lines
...39;t know how to
track it down. In my preamble, I am loading the
following packages:
\documentclass[12pt]{article}
\usepackage{float}
\usepackage{amssymb, amsmath, amsfonts}
\usepackage[noae]{Sweave}
% \usepackage{fancyvrb} % loaded by Sweave
\usepackage{color}
\usepackage{url}
\usepackage[round]{natbib}
\usepackage{bm}
Does this ring a bell for anyone?
thanks,
-Michael
--
Michael Friendly Email: friendly AT yorku DOT ca
Professor, Psychology Dept.
York University Voice: 416 736-5115 x66249 Fax: 416 736-5814
4700 Keele Street http://www.math.yorku.ca/SCS/friendly.html
Toronto, ON...
2007 Jun 26
2
Aggregation of data frame with calculations of proportions
...1 8 8 ...
# $ region : Factor w/ 6 levels "Americas","Asia",..: 4 4 3 3 3 3
3 3 3 3 ...
# It is straightforward to aggregate data:
smart.sum <- function(x,...) {
if (is.numeric(x)) return(sum(x, na.rm=T))
else return(paste(unique(x), collapse=", ")) # for natbib citations
}
sp.ag1 = aggregate(sp, by=list(region=sp$region), FUN=smart.sum)
sp.ag2 = aggregate(sp, by=list(patient.type=sp$patient.type), FUN=smart.sum)
print(sp.ag1)
# and even to calculate crude percentages
spp = sp.ag1
spp[,2:15] = sapply(spp[,2:15], FUN=function(x) { round(x*100/ spp$total, 1...
2008 Oct 24
0
Problem with "plflatex wrapper.tex"
...2.7\tex\latex\base\t1enc.def"))
("d:\Program Files\MiKTeX 2.7\tex\latex\tools\verbatim.sty")
("d:\Program Files\MiKTeX 2.7\tex\latex\base\alltt.sty")
("d:\Program Files\MiKTeX 2.7\tex\latex\amsfonts\amsfonts.sty"))
("d:\Program Files\MiKTeX 2.7\tex\latex\natbib\natbib.sty") (wrapper.aux)
("d:\Program Files\MiKTeX 2.7\tex\latex\psnfss\t1ppl.fd")
("d:\Program Files\MiKTeX 2.7\tex\context\base\supp-pdf.tex"
[Loading MPS to PDF converter (version 2006.09.02).]
) ("d:\Program Files\MiKTeX 2.7\tex\latex\hyperref\nameref.sty&quo...
2017 Sep 07
0
post_processor in rmarkdown not working
...oc/pandoc +RTS -K512m -RTS
skeleton.utf8.md --to latex --from
markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash
--output skeleton.tex --template
/Library/Frameworks/R.framework/Versions/3.3/Resources/library/INBOmd/rmarkdown/templates/rsos_article/resources/template.tex
--natbib --bibliography sample.bib
Latexmk: This is Latexmk, John Collins, 19 Jan. 2017, version: 4.52c.
Error in output_format$post_processor(yaml_front_matter, utf8_input,
output_file, :
unused arguments (yaml_front_matter, utf8_input, output_file, clean,
!quiet)
Called from: output_format$post_proc...
2017 Sep 07
2
post_processor in rmarkdown not working
...m -RTS
> skeleton.utf8.md --to latex --from
> markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash
> --output skeleton.tex --template
> /Library/Frameworks/R.framework/Versions/3.3/Resources/library/INBOmd/rmarkdown/templates/rsos_article/resources/template.tex
> --natbib --bibliography sample.bib
> Latexmk: This is Latexmk, John Collins, 19 Jan. 2017, version: 4.52c.
> Error in output_format$post_processor(yaml_front_matter, utf8_input,
> output_file, :
> unused arguments (yaml_front_matter, utf8_input, output_file, clean,
> !quiet)
> Called...
2006 Jan 29
1
Citation of R packages
The bibtex citations provided by citation() do not
work all that well in cases where there is no printed
document to reference:
(1) A version field is needed, as the note field is
required for other purposes, currently trying to
sort out nuances that cannot be sorted out in the
author list (author, compiler, implementor of R version,
contributor, ...) and maybe giving a cross-reference
to a book
2009 Jun 24
0
Matrix vignette error in June 24 RC
...Matrix.Rnw
:
Running 'texi2dvi' on 'Intro2Matrix.tex' failed.
LaTeX errors:
! LaTeX Error: File `fullpage.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
! Emergency stop.
<read *>
l.5 \usepackage
[authoryear,round]{natbib}^^M
! ==> Fatal error occurred, no output PDF file produced!
File
/home/paul/toolchain/R/src/R-rc/tests/Matrix.Rcheck/inst/doc/sparseModels.Rnw
:
Running 'texi2dvi' on 'sparseModels.tex' failed.
LaTeX errors:
! LaTeX Error: File `fullpage.sty' not found.
Type X to quit or &...
2017 Sep 08
0
post_processor in rmarkdown not working
...md --to latex --from
>> markdown+autolink_bare_uris+ascii_identifiers+tex_math_single_backslash
>> --output skeleton.tex --template
>> /Library/Frameworks/R.framework/Versions/3.3/Resources/
>> library/INBOmd/rmarkdown/templates/rsos_article/resources/template.tex
>> --natbib --bibliography sample.bib
>> Latexmk: This is Latexmk, John Collins, 19 Jan. 2017, version: 4.52c.
>> Error in output_format$post_processor(yaml_front_matter, utf8_input,
>> output_file, :
>> unused arguments (yaml_front_matter, utf8_input, output_file, clean,
>>...
2017 Sep 07
3
post_processor in rmarkdown not working
Dear Duncan,
Thanks for chiming in. Could you explain how you set debug() on
post_processor()? I've tried adding debug(post_processor) to rsos_article()
or adding debug(post_processor) when after post_processor was defined in
the debugger. Neither work for me.
All supporting files are available within the package. The code below
should be reproducible on your machine.
2018 Jul 18
2
Compilar libro con paquete bookdown (PDF)
Gracias, Victor. Tampoco es eso. Si saco la linea
site: bookdown::bookdown_site
Me sigue compilando en HTML, pero sin hacerlo en todos los capítulos si no
solamente el del index.Rmd que tengo abierto.
No puedo explicar cuanto me sorprende! Supongo que tendré algún puntito de
alguna i que falta y al ponerlo me parecerá tontería. Pero ahora todavía es
MISTERIO.
2018-07-18 11:03 GMT+02:00 Víctor
2018 May 29
2
CentOS 7 issues with pdf manual / tex conversion
On 29 May 2018 at 16:37, R P Herrold wrote:
| On Tue, 29 May 2018, Dirk Eddelbuettel wrote:
|
| > On a CentOS 7 machine, I am at a loss with respect to an inability to run a
| > full R CMD check as anything involving tex files ends in tears.
|
| Hi, Dirk
|
| Have fun at the upcoming conference at UIC
|
| I seem to have 56 font packages installed under CentOS 7
| locally, but then I work
2018 May 30
0
CentOS 7 issues with pdf manual / tex conversion
...-svn29392.2.5-38.el7.noarch
texlive-misc-svn24955.0-38.el7.noarch
texlive-mparhack-svn15878.1.4-38.el7.noarch
texlive-mptopdf-bin-svn18674.0-38.20130427_r30134.el7.noarch
texlive-mptopdf-svn26689.0-38.el7.noarch
texlive-ms-svn24467.0-38.el7.noarch
texlive-multido-svn18302.1.42-38.el7.noarch
texlive-natbib-svn20668.8.31b-38.el7.noarch
texlive-ncntrsbk-svn28614.0-38.el7.noarch
texlive-ntgclass-svn15878.0-38.el7.noarch
texlive-oberdiek-svn26725.0-38.el7.noarch
texlive-palatino-svn28614.0-38.el7.noarch
texlive-paralist-svn15878.2.3b-38.el7.noarch
texlive-parallel-svn15878.0-38.el7.noarch
texlive-parskip...
2018 May 30
2
CentOS 7 issues with pdf manual / tex conversion
...38.el7.noarch
| texlive-misc-svn24955.0-38.el7.noarch
| texlive-mparhack-svn15878.1.4-38.el7.noarch
| texlive-mptopdf-bin-svn18674.0-38.20130427_r30134.el7.noarch
| texlive-mptopdf-svn26689.0-38.el7.noarch
| texlive-ms-svn24467.0-38.el7.noarch
| texlive-multido-svn18302.1.42-38.el7.noarch
| texlive-natbib-svn20668.8.31b-38.el7.noarch
| texlive-ncntrsbk-svn28614.0-38.el7.noarch
| texlive-ntgclass-svn15878.0-38.el7.noarch
| texlive-oberdiek-svn26725.0-38.el7.noarch
| texlive-palatino-svn28614.0-38.el7.noarch
| texlive-paralist-svn15878.2.3b-38.el7.noarch
| texlive-parallel-svn15878.0-38.el7.noarch
| t...