Skip to content

Instantly share code, notes, and snippets.

@BonyChops
Last active June 30, 2022 08:56
Show Gist options
  • Save BonyChops/cec1074f2c0dda7a1d29ec31609bc4a8 to your computer and use it in GitHub Desktop.
Save BonyChops/cec1074f2c0dda7a1d29ec31609bc4a8 to your computer and use it in GitHub Desktop.
jlisting-install
wget "https://osdn.net/frs/redir.php?m=gigenet&f=mytexpert%2F26068%2Fjlisting.sty.bz2" -O jlisting.sty.bz2
bzip2 -d jlisting.sty.bz2
sudo mkdir -p /usr/share/texlive/texmf-dist/tex/latex/listings/
sudo cp ./*.sty /usr/share/texlive/texmf-dist/tex/latex/listings/
sudo mktexlsr
sudo sh -c "$(curl -fsSL https://gist.githubusercontent.com/BonyChops/cec1074f2c0dda7a1d29ec31609bc4a8/raw/jlisting-install.sh)"
@BonyChops
Copy link
Author

jlisting-install

Ubuntu専用です

setup

sudo sh -c "$(curl -fsSL https://gist.githubusercontent.com/BonyChops/cec1074f2c0dda7a1d29ec31609bc4a8/raw/setup.sh)"

@BonyChops
Copy link
Author

これtmpディレクトリに落ちるように直したい

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