Giter VIP home page Giter VIP logo

Comments (4)

jirutka avatar jirutka commented on June 15, 2024

Asciidoctor backends really should be packaged as Ruby gems, especially when it’s not just a set of templates, but contain some Ruby sources. Then this problem (with LOAD_PATH) would not occur. @mojavelinux has already mentioned it in #57 – we need some support in the Asciidoctor core for loading backends from gems. It shouldn’t be hard to implement it; I’d like to do that, but I’m currently pretty busy with refactoring of HTML5 templates, so maybe later.

from asciidoctor-backends.

jxxcarlson avatar jxxcarlson commented on June 15, 2024

This, or some other convenient system would be great. I need a better installation to really exercise the latex backend.

One thing I need guidance on: I believe the preprocessor converts things like -- into html entity sequences like  —  -- LaTeX chokes on these. I would rather cut them off early rather than postprocess them out. (I will look at the preprocessor code, but any hints are welcome).

from asciidoctor-backends.

jirutka avatar jirutka commented on June 15, 2024

You can completely disable substitutions or allow just some subset, see docs here. Is it a suitable solution for this problem?

BTW, I can highly recommend to use XeLaTeX – it knows Unicode (no more cryptic escape codes), TrueType and OpenType fonts (use truly high quality fonts without conversions) and other features that everyone expects in the 21st century… 😼

from asciidoctor-backends.

mojavelinux avatar mojavelinux commented on June 15, 2024

It's time to graduate! See #107.

Asciidoctor backends really should be packaged as Ruby gems

There are two things to consider here.

First, we should package the backend templates so they can be used from the load path while in incubation (and for the reference templates). That would necessitate wiring the -T flag to the LOAD_PATH (we could use the Gem interface or a gem like hike).

For new converters like LaTeX, this repository serves as an incubator. Eventually, each dedicated converter should become it's own repository (much like -pdf and -epub3). Once the converter is published as a gem, it's possible to load it from the LOAD_PATH using the -r flag. Once we complete #107, publish asciidoctor-latex, and you install the asciidoctor-latex gem, you should be able to run:

asciidoctor -r asciidoctor-latex -b latex test/sample1.adoc

Thus, I think the resolution to this issue is to proceed with #107.

from asciidoctor-backends.

Related Issues (20)

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.