Joon's Blog

Python | openSUSE | LaTeX

Archive for the ‘설정’ tag

여러 텍스트 에디터들의 SumatraPDF inverse search 설정

without comments

inverse search를 위해, william.famille-blum.org이 버전SumatraPDF를  사용하시는 것을 추천합니다. File 메뉴의 “Set inverse search command-line” 를 통해 inverse search옵션을 바꿀 수 있어 편리합니다. (이 옵션이 없는 버전은 커맨드 라인에서 옵션을 지정해야 하는데, 저는 실패할 때가 많더군요.)

각 텍스트 에디터들의 설정은 다음과 같습니다: (“C:\Program Files ..\” 부분은 실행파일의 위치에 맞게 수정해서 쓰시면 됩니다)

SlickEdit

1
C:\Program Files\SlickEditV14.0.1\win\vs.exe "%f" –#%l

UltraEdit

1
"C:\Program Files\IDM Computer Solutions\UltraEdit\Uedit32.exe"^s "%f/%l/%c"

EditPlus

1
C:\Program Files\EditPlus 3\editplus.exe "%f" -cursor %l

TexMaker

1
C:\Program Files\Texmaker\texmaker.exe "%f" -line %l

*. 이 포스트는 계속 업데이트하겠습니다.

Written by joon

July 12th, 2009 at 7:04 pm