GithubHelp home page GithubHelp logo

Comments (1)

mccarthy-m-g avatar mccarthy-m-g commented on June 16, 2024

This commit solves this issue. For anyone curious: I chose to use different renderers for HTML and PDF outputs, and will be using inline R code to reference symbols. For example: `r f` will display a flat symbol using unicode in the HTML version and the musicography package in the LaTeX version.

The only downside to this approach is that:

  1. I have to create a new R object whenever I want to include a new symbol.
  2. I have to source() the _musicSymbols.R file containing the music symbol R objects at the start of any chapter I wish to use them in. This appears to be a limitation of the knitr::is_html_output() and knitr::is_latex_output() functions, as their documentation says they only work in .Rmd files. Calling _musicSymbols.R in _bookdown.yml with before_chapter_script: does not work.
  3. The Bravura Text font doesn't seem to work in the epub version of this book.
  4. The current implantation leaves symbols invisible while the font loads (I can change the css to uncomment font-display: swap; to change this behaviour though).

from musicians-compendium.

Related Issues (5)

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.