diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/wp-conv/w2latex.html')
-rw-r--r-- | Master/texmf-doc/doc/english/wp-conv/w2latex.html | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/wp-conv/w2latex.html b/Master/texmf-doc/doc/english/wp-conv/w2latex.html new file mode 100644 index 00000000000..cc5639c3526 --- /dev/null +++ b/Master/texmf-doc/doc/english/wp-conv/w2latex.html @@ -0,0 +1,57 @@ +<HTML> + +<HEAD> +<TITLE>w2latex converter</TITLE> +</HEAD> + +<BODY> + +<P>Up to the <A HREF="http://tug.org">TUG homepage</A><BR> +Up to <A HREF="pctotex.html">Converters from PC Textprocessors to LaTeX - +Overview</A></P> + +<H1>w2latex</H1> + +<P>last update: July 28, 1998</P> + +<P>written in C. (C compiler necessary.) Actually converts RTF to LaTeX. <BR> +The Word document must first be saved to disk in RTF format. </P> + +<P>Advantages: <BR> +Converts text elements and formula fields. <BR> +Converts nearly all special characters of the basic TrueType fonts (Arial, +Courier New, Times New Roman) I personally made some changes to additionally +support German left quotes and a few other special characters. </P> + +<P>Disadvantages: <BR> +Does not convert the document structure (i.e. headings are not recognised as +such). <BR> +Does not handle other fields, equation editor objects, graphics. Table handling +is rudimentary (conversion of table cells to minipages, but problems with +borders). <BR> +It only handles RTF versions up to WinWord 2, not yet WinWord 6. </P> + +<P>Can be found on all CTAN sites, dir .../support/w2latex <BR> +German version is in dir .../support/w2latex/german <BR> +(The ... stands for a host specific base directory, which often is either +"/pub/tex" or "/tex-archive") </P> + +<HR> + +<P>This HTML page is part of the texconv pages.<BR> +Copyright © 1998, 1999, 2000, 2001 Wilfried Hennings<BR> +You may copy and redistribute it under the following conditions:</P> + +<UL> +<LI>it must remain intact and the contents unchanged; if you'd like to have +something changed, contact me (W.Hennings "at" fz-juelich.de). Reformatting (e.g. +from HTML to some other presentation format) is granted as long as the contents +are unchanged. </LI> +<LI>you may NOT ask money for it except a reasonable cost for media and +distribution</LI> +</UL> + +<P>Please also note the <A HREF="index.html#disclaimer">disclaimer</A>.</P> +</BODY> +</HTML> + |