Displaying 20 results from an estimated 195 matches for "pandoc".
2012 Mar 10
0
ANN: pandoc 1.9.1.2
It has been a while since I've announced a pandoc release on this
list, so here's an update. The latest version of pandoc supports
conversion of markdown to a host of other formats, including
* HTML formats: XHTML, HTML5, and HTML slide shows using Slidy,
S5, or DZSlides
* Word processor formats: Microsoft Word docx, OpenOffice odt
* Eboo...
2015 Mar 12
2
Requirement for pandoc 1.12.3 in R 3.1.3
...to remove all instances of rmarkdown before installing
the older version.
However,
R CMD build nls14
still gives lots of errors (these are related to content in the vignette
source and are, I believe, consequent on the warning about
engine$weave). The warning still refers to the later version of pandoc
which Ubuntu 14.04 repos don't yet have.
My current guess is some mismatch in the software infrastructure. I
have another machine with R 3.1.2 and rmarkdown_0.3.3 that manages to
build the package without complaint, but it would be good to get this
sorted out. Pointers on where to look for a...
2015 Mar 12
2
Requirement for pandoc 1.12.3 in R 3.1.3
Are other developers finding R 3.1.3 problematic because vignette
building requires pandoc 1.12.3, while Linux Mint 17 / Ubuntu 14.04 have
1.12.2.1? R 3.1.2 seems to work fine.
I'd very much like to avoid having to build as large a Linux package as
pandoc, which has given me issues outside of R (it leaves out words,
sentences or paragraphs when converting Latex to epub in a novel I&...
2015 Mar 12
0
Requirement for pandoc 1.12.3 in R 3.1.3
----- Original Message -----
> From: "John Nash" <profjcnash at gmail.com>
> To: "Prof Brian Ripley" <ripley at stats.ox.ac.uk>, r-devel at r-project.org
> Sent: Thursday, March 12, 2015 8:15:42 AM
> Subject: Re: [Rd] Requirement for pandoc 1.12.3 in R 3.1.3
>
> Thanks Brian.
>
> Indeed, the vignette is in markdown form. When I updated my system to
> R 3.1.3 I ran update.packages() and this seems to have upset things
> (including R-studio processing of markdown files).
>
> I tried removing rmarkdown and reve...
2008 Sep 14
0
pandoc 1.0.0.1
I'm pleased to announce the release of pandoc version 1.0.0.1.
Pandoc is a general text markup format converter. In addition to
strict markdown and an extended markdown syntax (including tables,
footnotes, definition lists, enhanced ordered lists, LateX math, etc.),
pandoc can read HTML, LaTeX, and reStructuredText. It can write HTML,
LaTeX,...
2019 Oct 12
2
PANDOC
Hola,
parece que el problema está relacionado con la versión de Pandoc. La última
da problemas, según parece:
https://github.com/boxuancui/DataExplorer/issues/119
DataExplorer failed on the iris and mtcars data.frames on 3 of 4 computers
today. It took hours, but the problem seems related to newer versions of
Pandoc. Only Pandoc 2.6 works with DataExplorer. It will...
2007 Aug 16
0
pandoc 0.4 released
I've just released a new version of pandoc (0.4), a program for
converting between different markup and markdown formats.
Using pandoc, you can convert markdown-formatted plain text to HTML,
LaTeX, ConTeXt, DocBook XML, groff man pages, S5 HTML slide shows, RTF,
reStructuredText, and (using the associated shell script markdown2pdf)
PDF. Yo...
2019 Oct 11
3
PANDOC
Estimados
-Este paquete parece que saca un reporte bastante completo, a mi me da error y
no comprendo porque,por favor audenme en esto
library(DataExplorer)
create_report(iris)
create_report(airquality, y = "Ozone")
error que me da
Error: pandoc document conversion failed with error 99
TENGO INSTALADO PANDOC
2007 Sep 30
1
two pandoc web apps
I've put together two small web apps to demonstrate pandoc:
1. [html2x](http://johnmacfarlane.net/pandoc/html2x.html) can convert
most web pages to markdown, reStructuredText, DocBook, LaTeX, ConTeXt,
RTF, or groff man. Bookmarklets are provided. html2x is modeled
on Aaron Swartz's [html2text](http://www.aaronsw.com/2002/html2text/),
but it's fast...
2007 Jan 09
1
Pandoc 0.3
I'm pleased to announce the release of Pandoc 0.3, with many
improvements and bug fixes.
Highlights:
- A real markdown parser, not based on regex substitutions.
- [More accurate] and [faster], in many cases, than Markdown.pl.
- Multiple output formats--HTML, Docbook, LaTeX, reStructuredText,
RTF, S5 slide shows--all generated natively, wit...
2015 May 23
6
NEWS.md support on CRAN
On Sat, May 23, 2015 at 8:14 AM, Duncan Murdoch <murdoch.duncan at gmail.com>
wrote:
[...]
> I think the harder problem is display. CRAN can run pandoc, but can
> users who install the package from source? I would expect some obscure
> platforms (like Windows ;-) would not have it available.
>
[...]
I don't think pandoc is the best way to go with NEWS.md (and README.md,
actually). I would be surprised if many package maintainer buil...
2006 Aug 10
1
pandoc - an implementation of Markdown in Haskell
I've just released an early version of a Markdown implementation in
Haskell (using the Parsec parser combinator library). pandoc converts
Markdown to HTML, LaTeX, reStructuredText, rich text format, and S5 HTML
slide shows. It partially converts HTML, LaTeX, and reStructuredText
to Markdown. It also makes it easy to include LaTeX math on HTML pages,
using Peter Jipsen's ASCIIMathML.js.
Source code and instructions are...
2018 Mar 14
2
Fwd: Learning advanced R
...rors you encountered I can only shrug and
> suggest that that the website is a complete rendering of the book and the
> for-sale version makes a worthwhile contribution to the author and the
> community.
Jeff,
Downloading the site as a .zip file and reading the README.md tells us
that pandoc is required. This is a format converter, apparently based on
Haskell given the large number of dependencies to build it. But, pandoc will
convert from markdown to LaTeX. I don't know the exact procedure as I've not
yet taken the time to install all dependencies to pandoc and build it. The
p...
2016 Oct 12
2
Compound Literal - xlc and gcc differences can be patched
On 12/10/2016 07:51, Aki Tuomi wrote:
> Please make your patch, if possible, viahttps://github.com/dovecot/core
> as pull request.
I am not really git "schooled", but I shall look into that.
Many Thanks for being open to a "non-gcc" compiler!
Michael
2014 Nov 06
1
updating pandoc and converting to UTF-8
Hi guys,
I need to run pandoc. (http://johnmacfarlane.net/pandoc/installing.html)
I did this:
rpm -ivh
http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum install -y pandoc
This is version 1.9.4.1
They are up to 13.1.1.
How can I update to the latest? Yum doesn't have anything more that I can...
2015 Jun 02
2
NEWS.md support on CRAN
...; |
| > | Now also in r-patched.
| >
| > Nice.
| >
| > Now, is there a way for package authors to preview how a .md would be
| > rendered? I wrote mine with GitHub in mind, and they render fine. I looked a
| > recently-uploaded README.md of mine on CRAN, and it got some of the pandoc-y
| > parts wrong --- and looks unprofessional.
| >
| > I would like to avoid that. How can I?
|
| In the short term, you should probably try to run pandoc with the same
| version and options as CRAN. Kurt, can you say what these are? If you
| (Dirk) know pandoc options that emulate...
2015 Sep 19
2
Problemas con rmarkdown
Buenas noches,
Escribo este mail porque tengo un problema con rmarkdown, estoy creando un informe y me iba bien al generarlo como pdf, de repente me sale el siguiente error y no sé como solucionarlo:
pandoc.exe: Error producing PDF from TeX sourceError: pandoc document conversion failed with error 43Además: Warning message:comando ejecutado '"C:/Program Files/RStudio/bin/pandoc/pandoc" +RTS -K512m -RTS Evolución_de_los_Mercados_.utf8.md --to latex --from markdown+autolink_bare_uris+asci...
2015 May 23
6
NEWS.md support on CRAN
...g the
> support of Markdown, but so far the conclusion has been that it's too
> hard to do -- the support is not stable enough on all the platforms
> where R runs.
There are actually two issues here.
For CRAN, we could in principle take inst/NEWS.md files, convert these
to HTML using pandoc, and use the HTML for the package web page. (Would
need the CRAN incoming checks to be taught about inst/NEWS.md.)
However, we cannot use such files for utils::news() because we do not
(yet?) know how to reliably parse such files and extract the news items
(and hence cannot really compute on the...
2011 Nov 22
1
markdown and vim
Am I the only person who uses Markdown somewhat intensively and uses
the Vim editor? I'm surprised that-- unless I'm missing it-- there is
only one markdown "mode" for vim, and it is broken in all sorts of
ways (most seriously, anything in square brackets other than a link
breaks the syntax highlighting in a bad way, and it can't handle
"text_like this text"). Emacs
2017 Mar 22
3
R - Markdown
Estimados todos, quizas la pregunta es simple pero no puedo arreglarlo.
Cuando trato de exportar mi archivo a PDf usando el R Markdown me arroja
este error:
pandoc.exe: pdflatex not found. pdflatex is needed for pdf output.Error:
pandoc document conversion failed with error 41Además: Warning message:comando
ejecutado '"C:/Program Files/RStudio/bin/pandoc/pandoc" +RTS -K512m -RTS
Report_Curso_TropFishR.utf8.md --to latex --from
markdown+autolink_...