Code Monkey home page Code Monkey logo

Comments (5)

liuyxpp avatar liuyxpp commented on September 17, 2024 1

I found a workaround for Texlive, using following option to replace --include-directory

--cnf-line=TEXINPUTS=./tex///:./output///:

from julia-tufte-beamer.

mossr avatar mossr commented on September 17, 2024 1

I've moved away from make in favor of latexmk to handle any TeX Live vs. MiKTeX issues automatically.

Try pulling the latest changes and running:

latexmk

(see the README if you do not have latexmk installed)

from julia-tufte-beamer.

dpo avatar dpo commented on September 17, 2024

That option helps but I'm not able to build the example on macOS with TeXLive. Almost every \include results in an error.

from julia-tufte-beamer.

dpo avatar dpo commented on September 17, 2024

Works for me! Many thanks!

I found it useful to install dependencies in a Julia environment using

julia --project=tufte_beamer jl/install.jl

and modifying latexmkrc like so:

diff --git a/latexmkrc b/latexmkrc
index 2efd607..637bade 100644
--- a/latexmkrc
+++ b/latexmkrc
@@ -35,7 +35,7 @@ sub mypythontex {
 }

 sub pull_julia_code {
-   system("julia --color=yes jl/pull_julia_code.jl");
+   system("julia --project=tufte_beamer --color=yes jl/pull_julia_code.jl");
 }

 pull_julia_code();

from julia-tufte-beamer.

mossr avatar mossr commented on September 17, 2024

That's a great idea. If you'd like to submit a PR I'd be happy to merge it in!

from julia-tufte-beamer.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.