quarto icon indicating copy to clipboard operation
quarto copied to clipboard

Results 15 quarto issues
Sort by recently updated
recently updated
newest added

I'm using Ruby 2.1.2. I cloned the Git repository, and copied the examples/orgmode-basic directory to its own directory, to avoid the overall quarto Rakefile from affecting the book's Rakefile. I...

I tried to run `rake deliverables` with the following Rakefile: ``` ruby require 'quarto' Quarto.configure do |config| config.author = "Avdi Grimm" config.title = "Confident Ruby" end ``` Just as it...

This likely has more to do with my system than a problem with quarto but my PDFs are not being created. Here's what I'm seeing: ``` pandoc --table-of-contents --standalone build/master/master.xhtml...

I've started to use Quarto for a book I'm writing. org-mode is causing me trouble for now, so I'm using Markdown. My content is split across several files. I include...

Just running `rake` or `rake epub` I got the following error, I'm not sure how to fix it. I did clone quarto repo and installed gem from my local copy,...

bug

I run "rake deliverables", and get the following message from kindlegen: ``` Error(opfparser):E20006: There are more than one title defined in OPF metadata. But none of them is refined with...

From @robmiller: https://gist.github.com/robmiller/7755412

bug

``` $ cat Rakefile config.source_files = "foo.md" end $ cat foo.md # Hello world $ rake mkdir -p build create build/spine.xhtml rake aborted! Don't know how to build task ''...

bug