1 line
1.6 KiB
Plaintext
1 line
1.6 KiB
Plaintext
<p><img src="https://thumbnails.lbry.com/CzUHjtGBdZs" width="480" alt="thumbnail" title="Installing Fonts in Groff - LaTeX fans hate him" /></p>This video is part of a series taking you from a<br />beginner to a pro at using Troff/Groff.<br /><br />This tutorial is focused on installing fonts in Groff<br />Let me know what you think and if there is anything specific you would like to learn about.<br /><br />MOM website<br />- http://schaffter.ca/mom<br />Direct link to script <br />- http://schaffter.ca/mom/bin/install-font.sh<br /><br />Command to get the zip file for the fonts<br />$ wget https://www.ams.org/arc/tex/amsfonts.zip<br /><br />Command used in script for roman font<br />$ sudo install-font.sh -s -F cm -f +R cmr12.pfb<br /><br />If you have issues with a missing directory this should fix it <br />$ sudo mkdir -p /usr/local/share/fonts/truetype/<br /><br />Setting font family<br />```<br />.fam cm \" set font family<br />.ft R \" set font type<br />This is some text for testing<br />```<br /><br />Github: https://www.github.com/gavinok<br />vimrc: https://github.com/Gavinok/dotvim<br />Discord: https://discord.gg/JJk5KKU<br /><br />⏱️TIMESTAMPS⏱️<br />00:00:00 - Intro<br />00:00:12 - Making Font's look<br />00:01:11 - Where To Get The Script<br />00:01:49 - Setting Up The Script<br />00:02:05 - Over View Of Options<br />00:03:34 - Installing Computer Modern Fonts<br />00:05:42 - What Settings To Use<br />00:07:01 - Demo Of New Font<br />00:07:32 - Install Italic Font<br />00:08:05 - Install Bold Font<br />00:08:33 - Final Example<br />00:08:55 - Outro<br />...<br />https://www.youtube.com/watch?v=CzUHjtGBdZs |