texpoint (윈도우즈 ppt에서 latex를 이용한 수식편집기) by 제이클럽

윈도우즈 ppt 용 texpoint를 아시나요. Tex을 사용하신 경험이 있으신분에게는 환상적인 조건입니다. Tex을 잘 모르시는 분에게는 거의 도움이 안되는 소프트웨어입니다.
http://texpoint.necula.org/index.html

tex으로 수식을 작성하고 잘라서 그림으로 만든 다음 ppt 파일에 넣어서 사용하는 복잡한 절차들을 ppt프로그램 안에서간편하게 처리해주는 유용한 툴. Plug-in. tex에 익숙하신분들에게는 희소식입니다. 수식은 tex의 형식을 유지하고 ppt 내에서 수식을 그림처럼 다룰 수 있습니다. 물론, 만들어진 그림을 오른쪽 마우스로 "다른 이름으로 저장"해서 웹용으로 사용할 수도 있습니다. 다른 문서에 집어넣을 수 있습니다.

윈도우즈 powerpoint에서 수식을 latex으로 편집할 수 있는 편리한 기능을 제공합니다. (물론, 수식 수정이 용이합니다.)
비트맵 형태로 수식이 나옵니다 (최종 출력이 그림이기 때문에 ppt편집모드에서 크기 조절가능합니다). 물론 tex로 만든것이므로 수식이 깔끔합니다. microsoft equation3.0과 비교됩니다. 잘 아시는것처럼 tex 형식 그대로 입니다.

무료 S/W입니다. 인스톨하셔서 사용하시면됩니다.(결국, 유료화되었다!) miktex/ghostscript가  있어야 될 것입니다. (먼저 설치되어 있어야 합니다.)
http://incredible.egloos.com/1583704

texpoint를 사용하는 이유 중 또다른 중요한 이유는 수식이 결코 깨어지지 않는다는 것입니다. 왜냐하면 그림 (비트맵)으로 저장되기 때문입니다. 사용하는 컴퓨터에 의존하지 않습니다. 잘 알려진것 처럼, Microsoft Eq. 3.0의 경우 PPT를 풀 버전으로 (표준 버전)으로 설치했느냐 안했느냐에 따라 수식이 깨어질수도 있습니다. 다른곳에 가서 발표할 때 황당해진 경험 있습니다. 물론, 자신의 노트북을 가져갈 경우 문제없습니다만, 파일 형태로 발표 자료를 가져갈 때, 종종 있는 일입니다.

공식웹페이지 주소:
http://raw.cs.berkeley.edu/texpoint/ 주소가 바뀌었습니다. 그사이에..
http://www.thp.uni-koeln.de/~ang/texpoint/
http://texpoint.necula.org/   (유료 Software)

Plug-in 이기 때문에, 설치되고 나면
"도움말(H)" 옆에 Texpoint라는 것이 생김니다 (그림 참조). 수식을 에디팅하고, 수정할 수 있습니다. 독립된 수식 편집이 가능합니다. 아래 그림에서는 현재 빨간색으로 작성된 수식을 편집하고 있는 중입니다. 실제 사용 예들이 있습니다. 박스 형식으로 출력됩니다. 그림 형식으로 나온 출력은 일반 그림처럼 크기가 원하는 형식으로 조절됩니다.


================================================================
설치후 잘 안되는 것 중 하나가 있습니다
gswin32c 실행 화일의 경로가 잘 못 되어 있으면 안됩니다.
이 경로를 찾아 보니까 저의 경우에는 아래와 같아서 이것을 고쳐 주었습니다
c:gsgs7.03bingswin32c
texpoint->configuration->ghostscript command 항목에서 바꿔 주었습니다

실제로 texpoint를 설치하고 난 후
ppt를 실행하면
슬라이드,창, 도움말 옆에, TexPoint라는 버튼이 나옵니다
이 것을 누르면
configuration
new texdisplay 등이 나옵니다
아까 언급한 ghostscript의 설정은 configuration에서 바꾸시고
실제 사용은 new texdisplay를 누르시면 됩니다
물론, 특정 슬라이드 한 장을 작성하는 모드에서 TexPoint를 누르시고
new texdisplay를 누르시면
직접 tex source를 작성하실 수 있습니다
복잡한 경우에는 external editor를 사용하시는것이 좋습니다
이 경우 다 작성하시고 save하고 창을 닫은 다음
MakeBitmap버튼을 누르면 잠시 후
tex source에 해당하는 결과물에 해당하는 그림이 나옵니다
물론, 이 그림은 크기 조절 가능하구요,
다시 클릭하면 tex source 편집모드로 향합니다

(2004-06-07 19:44:41)

칼러로 수식표현하기:
external editor를 사용하여 복사하여서 사용하면 편리합니다.
사용된 수식(그림으로 나타난 것)에 두 번 오른쪽 마우스를 누르면 수식을 편집할 수 있슴. 이 때, external editor를 선택하여 copy/paste기능을 사용한다.

documentclass{slides}usepackage[usenames]{color}pagestyle{empty}
begin{document}
definecolor{red}{rgb}{1,0,0}
definecolor{blue}{rgb}{0,0,1}
textcolor{blue}{
begin{eqnarray}
tilde{Theta} ({vec{R}_I^j},E;T) =S+ mu sum_{j=0}^{P-1}(E_j-E)^2
+!nu sum_{I=1}^{N} left(langle K_I rangle! -! {{3k_BT}
over 2}right)^2! nonumber
end{eqnarray}
}
end{document}
==================================================

TexPoint is a Powerpoint add-in that enables the easy use of Latex symbols and formulas in Powerpoint presentations. There are two main modes of operation: inline and display. In inline mode you can use Latex symbol-macro invocations such as "alpha^2 imes eta_0" on your Powepoint slides. In the display mode you can write any Latex source and Latex is run to produce a bitmap that is then inserted on the slide. The bitmap remembers its Latex source so you can modify it later.

If you are anxious to see what you get, take a look at TexPointdemo.ppt. Or take a look at a tutorial on TexPoint created by Bruce Tsai. However, you will not be able to operate on the included TexPoint displays until you install TexPoint.

Important notes:

Texpoint has been tested on Office2000/XP/2003 on Windows 95/98/NT40/2000/XP. It was reported that it does not work with Office97. There is a port in progress for Mac OSX. Unfortunately, I have absolutely no control over this port, since I am not doing it and I am not even a Mac user.
TexPoint does not yet work for Microsoft Word.

If you find TexPoint useful, and if you feel generous, you can send a donation in the form of a bill in your local currency to “George Necula, 5457 Masonic Ave., Oakland, CA 94618, USA”.
-----------
2007/12/06
새로운 버전, 유료 버전 다운로드 받는 곳:
 http://texpoint.necula.org/download.html
이 유료 소프트웨어를 다량 구입하신분한테 한카피를 얻었다.
path를 걸어두는 작업이 추가적으로 필요함.

현재 유료 사용하고 있음.

트랙백

이 글과 관련된 글 쓰기 (트랙백 보내기)
TrackbackURL : http://incredible.egloos.com/tb/474399 [도움말]

핑백

덧글

덧글 입력 영역