Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic support for LaTeX builder #12

Merged
merged 2 commits into from
Mar 13, 2022
Merged

Add basic support for LaTeX builder #12

merged 2 commits into from
Mar 13, 2022

Conversation

SilverRainZ
Copy link
Member

@SilverRainZ SilverRainZ commented Mar 12, 2022

2022-03-12_22:21:32

Close #11

@SilverRainZ
Copy link
Member Author

Hello @fabianmoss, I just added a basic LaTeX support for this extension, can you please have a try? You can clone this branch and run make install to get it installed.

@SilverRainZ SilverRainZ added the enhancement New feature or request label Mar 12, 2022
@SilverRainZ SilverRainZ changed the title Add basic support for latex builder Add basic support for LaTeX builder Mar 12, 2022
@SilverRainZ SilverRainZ merged commit ea1ea65 into master Mar 13, 2022
@fabianmoss
Copy link

It works like a charm! Thanks a lot.
However, when I include a .ly file via ..lilyinclude:: (e.g. for making it playable in the html version), I get the following behavior:

.. lilyinclude:: ./lilypond/chromatic.ly
   :nofooter:
   :noedge:
   :audio: 

results in

image

It seems that I need all three options for the snippet being displayed in the PDF, but I can't seem to hide the "audio option is supported for latex builder" message...

@SilverRainZ
Copy link
Member Author

It works like a charm! Thanks a lot. However, when I include a .ly file via ..lilyinclude:: (e.g. for making it playable in the html version), I get the following behavior:

.. lilyinclude:: ./lilypond/chromatic.ly
   :nofooter:
   :noedge:
   :audio: 

results in

image

It seems that I need all three options for the snippet being displayed in the PDF, but I can't seem to hide the "audio option is supported for latex builder" message...

Ahhh... This is a typo, it should be "is not supported", remove the :audio: is fine for you, it is only available on HTML builder.

@fabianmoss
Copy link

fabianmoss commented Oct 11, 2022 via email

@SilverRainZ SilverRainZ deleted the feature/latex branch March 24, 2023 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make latexpdf throws error
2 participants