Weave.jl icon indicating copy to clipboard operation
Weave.jl copied to clipboard

Scientific reports/literate programming for Julia

Results 119 Weave.jl issues
Sort by recently updated
recently updated
newest added

The temporary fig_path is not being deleted when Julia exits because the path contains files. This simply forces the removal of the directory and all contents whenever the fig_path starts...

Hi there Is it possible to iput text in a .jmd and have it included verbatim in a generated .tex file? e.g. I use a custom template with tufte.sty and...

Is it possible to implement the code blocks folding similar to what is seen in R Markdown and described here: https://bookdown.org/yihui/rmarkdown-cookbook/fold-show.html Rationale: Realistically, documents are passed around an organization to...

enhancement

## description Weave hangs if plots are includes. ## versions > `using InteractiveUtils; versioninfo()`: ```julia Julia Version 1.6.2 Commit 1b93d53fc4 (2021-07-14 15:36 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) CPU: Intel(R)...

bug

## description Is there a way to get numbered equations in the pdf output and a way to reference these?

enhancement

This pull request changes the compat entry for the `RelocatableFolders` package from `0.1` to `0.1, 0.3`. This keeps the compat entries for earlier versions. Note: I have not tested your...

Currently, when converting jmd to PDF via pandoc, the following [header file](https://github.com/JunoLab/Weave.jl/blob/381de22c7d4076fc210147f552c6e4132f6c805c/templates/pandoc2pdf_header.txt) is included. It has one line of code ```tex \usepackage[a4paper,text={16.5cm,25.2cm},centering]{geometry} ``` This forbids user from changing the geometry...

enhancement

## description This is more of a question than a request. But I was wondering if it is possible to include a table of contents in the HTML outputs from...

enhancement

What would be required to successfully invoke weave.jl from the shell using julia 1.1.0? I made some of the more obvious changes to get it to run, but am a...

This pull request changes the compat entry for the `RelocatableFolders` package from `0.1` to `0.1, 0.2`. This keeps the compat entries for earlier versions. Note: I have not tested your...