WikiTips::Wiki2LaTeX Extension

From 흡혈양파의 번역工房
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

extension address

http://www.mediawiki.org/wiki/Extension:Wiki2LaTeX

설명

Wiki에서 현재 보고있는 페이지의 내용을 LaTeX의 문법으로 받을 수 있게 해준다

  1. google code에 등록되어있는 zip 파일을 다운로드 받는다(ex : wiki2latex-13.zip)
  2. Extension 디렉토리에 파일의 압축을 푼다.
  3. LocalSettings.php 파일을 열고 아래와같은 내용의 설정을 추가한다
    • require_once($IP."/extensions/wiki2latex/wiki2latex.php");
      $wgExtraNamespaces[100] = "LaTeX";
      
  4. texlive를 설치한다. 다만 pdf output을 할게 아니라면 굳이 필요는 없을듯.


설치가 끝난후 wiki page의 Edit 부분 옆쪽에 보면 LaTeX 이라고 써져있는 버튼이 있습니다. 이것을 이용해서 extension의 기능을 사용할 수 있습니다.

보다 자세한 설명은 참고자료부분의 pdf 파일을 참고해주세요.


참고자료

File:ExtensionPage-by-0.8.pdf


참고주소

http://stackoverflow.com/questions/2431530/convert-mediawiki-to-latex-syntax