Skip to content

Instantly share code, notes, and snippets.

@serihiro
Created April 29, 2018 01:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save serihiro/9fc160d547199f23718515dd4f9b2978 to your computer and use it in GitHub Desktop.
Save serihiro/9fc160d547199f23718515dd4f9b2978 to your computer and use it in GitHub Desktop.
latexでautoformatを使えるようにするためにやった作業メモ

tlmgrで latexindent をinstall

sudo tlmgr option repository ctan
sudo tlmgr update --self
sudo tlmgr install latexindent

latexindentを実行しようとしたらperlの依存ライブラリが足りてないためにエラーになるのでcpanで色々いれる

sudo cpan Log::Log4perl
sudo cpan YAML/Tiny.pm
sudo cpan Log::Dispatch::File
sudo cpan File::HomeDir
sudo cpan Unicode::GCString
@cmhughes
Copy link

cmhughes commented Jul 1, 2021

Log4Perl no longer required :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment