Skip to main content

Posts

Showing posts from October, 2023

Creating Footnotes in HTML Exports

Description yet to come....     <!DOCTYPE html> <html> <head> <title>Creating Footnotes</title> </head> <body lang="en-GB" link="#000080" vlink="#800000" dir="ltr"><p style="line-height: 100%; margin-bottom: 0cm"> Note one<a class="sdfootnoteanc" name="sdfootnote1anc" href="#sdfootnote1sym"><sup>1</sup></a>, note two<a class="sdfootnoteanc" name="sdfootnote2anc" href="#sdfootnote2sym"><sup>2</sup></a>. Note THREE<a class="sdfootnoteanc" name="sdfootnote3anc" href="#sdfootnote3sym"><sup>3</sup></a>. </p> <p style="line-height: 100%; margin-bottom: 0cm">Comment.<!-- My comment. --></p> <hr style="width:15%;margin-left:0"> <div id="sdfootnote1"><p class="sdfoot

Drawing a chessboard grid with graphic characters

    ╔═══╤═══╤═══╤═══╤═══╤═══╤═══╤═══╗ 8 ║   │   │   │   │   │   │   │   ║   ╟───┼───┼───┼───┼───┼───┼───┼───╢ 7 ║   │   │   │   │   │   │   │   ║   ╟───┼───┼───┼───┼───┼───┼───┼───╢ 6 ║   │   │   │   │   │   │   │   ║   ╟───┼───┼───┼───┼───┼───┼───┼───╢ 5 ║   │   │   │   │   │   │   │   ║   ╟───┼───┼───┼───┼───┼───┼───┼───╢ 4 ║   │   │   │   │   │   │   │   ║   ╟───┼───┼───┼───┼───┼───┼───┼───╢ 3 ║   │   │   │   │   │   │   │   ║   ╟───┼───┼───┼───┼───┼───┼───┼───╢ 2 ║   │   │   │   │   │   │   │   ║   ╟───┼───┼───┼───┼───┼───┼───┼───╢ 1 ║   │   │   │   │   │   │   │   ║   ╚═══╧═══╧═══╧═══╧═══╧═══╧═══╧═══╝     a   b   c   d   e   f   g   h