<!DOCTYPE html>
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hello!<br>
    </p>
    <p>The <a href="https://ctan.org/pkg/fistrum">fistrum</a> package
      is a fork of <a href="https://ctan.org/pkg/lipsum">lipsum</a>,
      that generates sentences in a certain style, similar to <a
        href="https://ctan.org/pkg/kantlipsum">kantlipsum</a>.</p>
    <p>Both of them work out of the box after installing Texlive, but
      fistrum doesn't.<br>
    </p>
    <p>The package is imported, but if you try to use the main command,
      it says that fistrum-es.ftd is not found.</p>
    <p><font face="monospace">$ cd texmf-dist/tex/latex<br>
        $ ls lipsum<br>
        cicero.ltd.tex  lipsum-cs.ltd.tex  lipsum.ltd.tex  lipsum.sty<br>
        $ ls fistrum<br>
        fistrum.sty</font></p>
    <p>I explored the distribution, and it seems that the files
      fistrum-es.ftd.tex and fistrum-la.ftd.tex are missing, despite
      being declared as installfile in the <a
href="https://github.com/daviddavo/fistrum/blob/c240954fec21e71613a97fa0e1d06c9479fa4678/build-config.lua#L11">build-config.lua</a></p>
    <p>It also says so on the readme, and on the .ins</p>
    <p>I guess I should modify ctan2tds to include files ending in
      ftd.tex, as with the lipsum package. How can I do so?</p>
    <p>Thank you for your attention,</p>
    <p>David Davó<br>
    </p>
  </body>
</html>