jperon / lyluatex

Alternative à lilypond-book pour lualatex
MIT License
58 stars 11 forks source link

File `lyluatextools.sty` not found (MiKTeX) #258

Closed fabianmoss closed 5 years ago

fabianmoss commented 5 years ago

I am trying to produce the MWE below:

\documentclass[tikz]{standalone}

\usepackage[program=./]{lyluatex}

\begin{document}

\begin{figure}
    \centering
    \begin{lilypond}
          \relative c'' {
            <aes c fis>1^\markup {\sans \small \raise #2 {It6}}  \bar "||"
            <aes c d fis>1^\markup {\sans \small \raise #2 {Fr6}}  \bar "||"
            <aes c ees fis>1^\markup {\sans \small  \raise #2 { Ger6 }}  \bar "||"
          }
    \end{lilypond}
    \caption{Augmented sixth chords.}\label{fig:aug6}
\end{figure}

\end{document}

I get the error message that Filelyluatextools.stynot found although I insalled lyluatex with the MiKTeX package manager. I also tried including lyluatex.sty and lyluatex.lua in the same folder but no success either. Where would I have to put the file so that it can be found?

fabianmoss commented 5 years ago

Nevermind, I could fix it by removing all lyluatex files and reinstalling it with the MiKTeX package manager.