WinEdt에서 TeX문서의 페이지 사이즈를 letter 사이즈로 컴파일 되게 하는 방법
- In the MiKTeX directory, at (something like): texmf\dvipdfm\config\ there is a file called config(there is no extension), open that file in a text editor, there is a line about default paper size ("p a4"), change "a4" to "letter" and save the file.
- Next, you need to COPY the file texmf\pdftex\config\pdftex.cfg into your localtexmfdirectory.
- Open the COPY of pdftex.cfg from your localtexmf directory in a text editor. There are two lines that read:
page_height 297 true mm
page_width 210 true mm
You need to change those two lines to read:
page_height 279 true mm
page_width 216 true mm
then save the file - In WinEdt, you will need to go to Accessories-->MiKTeX Options, and refresh the file name database, and update the format files.
'Technical Information > TeX 관련' 카테고리의 다른 글
| Matlab 이미지 파일 커멘드로 저장 및 호출 (2) | 2009/10/07 |
|---|---|
| Matlab 으로 직선으로 연결된 도표 그리기 (2) | 2009/10/07 |
| WinEdt/MiKTeX 환경에서 TeX 문서를 letter 크기로 컴파일하기 (6) | 2009/04/16 |
| latex2rtf (8) | 2009/02/05 |
| TeX 문서에서 Word Count (0) | 2009/01/13 |