Skip to content

Commit

Permalink
Merge pull request #143 from dohyunkim/master
Browse files Browse the repository at this point in the history
refactor document
  • Loading branch information
dohyunkim authored Jul 14, 2024
2 parents 44ad0e8 + 8d6d905 commit 70b0f42
Show file tree
Hide file tree
Showing 3 changed files with 523 additions and 463 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ world: all ctan
%.pdf: %.dtx
@$(DOLATEX)
@if( grep rerunfilecheck $(NAME).log |grep 'has changed' > /dev/null ); then $(DOLATEX); fi
@if( grep 'Rerun to get' $(NAME).log > /dev/null ); then $(DOLATEX); fi

$(UNPACKED): $(DTX)
luatex -interaction=batchmode $< >/dev/null
Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
History of the luamplib package

2024/07/14 2.33.1
* refactor the manual, including some minor items undocumented so far
* improve fading routine to get possibly smaller pdf file

2024/07/08 2.33.0
* provide a new metapost operator 'withfademethod' and related macros,
which make the color of an object gradiently transparent. see luamplib
Expand Down
Loading

0 comments on commit 70b0f42

Please sign in to comment.