📄 00readme.txt
字号:
Basic installation instructions for Antiword for DOS====================================================Unpack antiword.zip pkunzip -d antiword.zip c:\antiwordNOTE: experienced users of DOS may want to edit their autoexec.bat in orderto add the Antiword directory to their PATH variable.If you don't do this, you will need to go into the Antiword directory beforerunning the program.More advanced installation==========================These instructions can be followed under all versions of Windows, but aremost useful under Windows NT, 2000 and XP.(1) Go to the configuration screen and choose system and environment. Make a HOME environment variable containing C:\home\yourname or H:\loginname or something similar.(2) Follow the basic installation instructions, but use %HOME%\antiword as the Antiword directory.Problems========If get an dpmi error like: "Load error: no DPMI - Get csdpmi*.zip", you candownload the missing component from:ftp://ftp.fh-koblenz.de/pub/DJGPP/current/v2misc/csdpmi5b.zipDifferences between the Unix version of Antiword and the DOS version====================================================================(1)The Unix version looks for its mapping files in $HOME/.antiword.The DOS version looks for its mapping files in %HOME%\antiword if HOME is setand in C:\antiword if HOME is not set.(2)The Unix version reads its font information from a file called fontnames.The DOS version reads its font information from a file called fontname.txt.(3)The DOS version expects its mapping files to be in DOS text format. That meansthat all lines must end with a carriage return, line feed combination. (CR+NL)(4)The Unix version needs mapping file 8859-1.txt for Latin1 text and 8859-2.txtfor Latin2 text.The DOS version needs mapping file cp850.txt for Latin1 text and cp852.txt forLatin2 text.(5)The DOS version rejects all files with long filenames.Please use the DOS name (8+3) instead.(6)The Antiword executable (antiword.exe) can be placed in any directory. If youchoose a directory from your %PATH%, you will not have to use a full pathnameevery time.(7)Under DOS the default mapping file does not depend on the locale. Locale isa POSIX feature. Under DOS the default mapping file depends on the activecodepage.Examples of use===============To get text output==================(1) display a Word document in Latin1, one page at a timeantiword -m cp850.txt filename.doc | more(2) save the text version of a Word document in Latin2 in a fileantiword -m cp852.txt filename.doc > filename.txt(3) display a Word document in Hebrew, one page at a timeantiword -m cp862.txt filename.doc | more(4) save the text version of a Word document in Russian Cyrillic in a fileantiword -m cp866.txt filename.doc > filename.txtTo get PostScript output========================(1) save the PostScript version of a Word document in Latin1 in a file, generate PostScript for printing on European A4 size paperantiword -p a4 -m 8859-1.txt filename.doc > filename.ps(2) save the PostScipt version of a Word document in Latin2 in a file, generate PostScript for printing on American letter size paperantiword -p letter -m 8859-2.txt filename.doc > filename.ps(3) save the PostScript version of a Word document in Cyrillic in a file, generate PostScript for printing on European A4 size paperantiword -p a4 -m 8859-5.txt filename.doc > filename.psNOTE: PostScript ouput is only supported for character sets Latin1, Latin2 and Cyrillic.NOTE: You need different mapping files for text and PostScript.The order of the switches is not important to Antiword. If you specify two ormore settings of the same switch, Antiword will use the rightmost one.Screen fonts============This section is only for the few people who want Antiword output in more thanone character set. If you want Antiword to display a character set other than the ones you knowyour version of DOS can display already, you must first load a screen font.This screen font must match the mapping file or files you are using.You can download the freeware collection of VGA screen fonts and fontloader fntcol16.zip (452 KB) from SimTel:http://www.simtel.net/pub/pd/49501.htmlorftp://ftp.simtel.net/pub/simtelnet/msdos/screen/fntcol16.zip
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -