Skip to content

Commit

Permalink
add lwarpmk.conf
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>
  • Loading branch information
mseri committed Jun 16, 2024
1 parent f8d1408 commit e2ed1bb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions lwarpmk.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
confversion = [[2]]
opsystem = [[Unix]]
sourcename = [[hm]]
homehtmlfilename = [[index]]
htmlfilename = [[chapter-]]
imagesdirectory = [[hm-images]]
imagesname = [[image-]]
latexmk = [[false]]
printlatexcmd = [[lualatex hm]]
HTMLlatexcmd = [[lualatex hm_html]]
printindexcmd = [[makeindex -s lwarp.ist hm.idx]]
HTMLindexcmd = [[makeindex -s lwarp.ist hm_html.idx]]
latexmkindexcmd = [[makeindex -s lwarp.ist]]
glossarycmd = [[makeglossaries]]
pdftotextenc = [[UTF-8]]

0 comments on commit e2ed1bb

Please sign in to comment.