\input texinfo @c -*-texinfo-*- @c %**start of header @documentencoding UTF-8 $for(header-includes)$ $header-includes$ $endfor$ @setfilename $infoname$.info @set UPDATED $date$ @set VERSION $version$ @copying This manual is for LibreBlackjack (version @value{VERSION}, @value{UPDATED}), which is $desc$. Copyright @copyright{} 2016-2020 Jeremy Theler. @quotation Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled ``GNU Free Documentation License''. @end quotation @end copying $if(strikeout)$ @macro textstrikeout{text} ~~\text\~~ @end macro $endif$ @ifnottex @paragraphindent 0 @end ifnottex $if(titlepage)$ @titlepage @title $title$ @subtitle $subtitle$, $version$ $for(author)$ @author $author$ $endfor$ $if(date)$ $date$ @page @vskip 0pt plus 1filll @insertcopying $endif$ @end titlepage $endif$ $for(include-before)$ $include-before$ $endfor$ $if(toc)$ @contents $endif$ $body$ $for(include-after)$ $include-after$ $endfor$ @bye