nroff
by dmchess from LinuxQuestions.org on (#6D1WH)
I was trying to learn something new and I landed on nroff. I tried it and it was not handling changing fonts and such correctly. Getting something like
Code:1m1. Titleor
Code:22mSomeTextThose I believe are some sort of formating, they weren't bold of course. I have an HP Printer and I saw a web page that indicated I had to convert it with a piipeline to postscript with something like:
Code:nroff -me myfile | hplj | lprI can't find an hplj program. I did reinstall the library for my printer:
Code:lpstat -d
system default destination: HP_ENVY_Inspire_7200_series_D353F4I did also try program called enscript, but not sure what options to give it.
Code:1m1. Titleor
Code:22mSomeTextThose I believe are some sort of formating, they weren't bold of course. I have an HP Printer and I saw a web page that indicated I had to convert it with a piipeline to postscript with something like:
Code:nroff -me myfile | hplj | lprI can't find an hplj program. I did reinstall the library for my printer:
Code:lpstat -d
system default destination: HP_ENVY_Inspire_7200_series_D353F4I did also try program called enscript, but not sure what options to give it.