Skip to content

Commit c3f4bb0

Browse files
committed
2.2.4
Added \clearpage custom command alias
1 parent bb92a35 commit c3f4bb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Spexyfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ ALIASES += \
3030
"nav_next{1}=<span class=\"next_button\">@ref \1</span>" \
3131
"next{1}=<span class=\"next_button\">@ref \1</span>" \
3232
"caption{1}=<div class=\"caption\"><center><em>\1</em></center></div>" \
33-
"webref{2}=<a target=\"_blank\" rel=\"noopener\" href=\"\1\">\2&uarr;</a>"
33+
"webref{2}=<a target=\"_blank\" rel=\"noopener\" href=\"\1\">\2&uarr;</a>" \
34+
"clearpage=@latexonly \clearpage @endlatexonly"
3435

3536
#---------------------------------------------------------------------------
3637
# Configuration options related to the HTML output

0 commit comments

Comments
 (0)