TEXT   30
Install HTML Latex
Guest on 10th February 2023 01:40:19 AM


  1. There are 3 steps:
  2.  
  3. 1. Install HTML::Latex - 'cd HTML/Latex' and then read it's INSTALL.
  4.  
  5. 2. Copy html2latex to anywhere you like (/usr/bin is a good place for
  6. a UNIX machine).
  7.  
  8. 3. Copy html2latex.1 to /usr/man/man1/ (for unix machines only).
  9.  
  10. So, here is an example of what you might type (Assuming everything goes ok):
  11.  
  12. cd HTML/Latex
  13. perl Makefile.PL
  14. make install
  15. cd ../..
  16. cp html2latex /usr/bin
  17. chmod +rx /usr/bin/html2latex
  18. cp html2latex.1.bz2 /usr/man
  19. chmod +r /usr/man/html2latex.1.bz2

Raw Paste

Login or Register to edit or fork this paste. It's free.