Enhanced document compatibility with Bitcoin symbol for broader
financial documentation needs.
- Added `newunicodechar` package to support Unicode characters.
- Implemented `\DeclareUnicodeCharacter` command to define custom
Unicode characters.
- Defined `\bitcoinA` command to render the Bitcoin symbol using Unicode
20BF.
Signed-off-by: Glenn Y. Rolland <glenux@glenux.net>
Improves the PDF generation process by adding verbosity and updating
font configurations, ensuring better compatibility and output quality.
- Add "--verbose" to pandoc command for detailed output during PDF
generation
- Change monofont from "SauceCodePro Nerd Font" to "Noto Sans Mono" for
improved font rendering
- Switch PDF engine from "pdflatex" to "xelatex" for better Unicode
support
- Uncomment fontspec package in LaTeX to enable custom font settings
- Add inputenc package and Unicode character declaration for extended
character support
Signed-off-by: Glenn Y. Rolland <glenux@glenux.net>