Skip to content

Instantly share code, notes, and snippets.

@itiut
Last active December 23, 2015 03:49
Show Gist options
  • Save itiut/6575631 to your computer and use it in GitHub Desktop.
Save itiut/6575631 to your computer and use it in GitHub Desktop.
Ubuntu13.10でのTex環境
  • インストール

    $ sudo apt-get install texmaker --no-install-recommends
    
  • 設定

    • Commands
      • LaTeX: platex -synctex=1 -interaction=nonstopmode %.tex
      • Bib(la)tex: pbibtex %.aux
      • Dvipdfm: dvipdfmx -f otf-ipaex.map %.dvi
    • Quick Build: LaTeX + dvipdfm + View PDF
  • 使い方

    • F11: Bibtex
    • F1: Quick Build
@itiut
Copy link
Author

itiut commented Jan 23, 2014

TexmakerよりTeXstudioのほうが良さそう。
{を入力した直後に日本語入力がオフにならない。
http://oku.edu.mie-u.ac.jp/~okumura/texwiki/?Texmaker#i1222dd8

インストールは同様に

$ sudo apt-get install texstudio --no-install-recommends

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