From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?UTF-8?B?UGV0ciDFoGltb24=?= Newsgroups: gmane.emacs.help Subject: multiple language dvi generation Date: Wed, 30 Apr 2003 23:16:30 +0800 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3EAFE8CE.8080609@klubko.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1051719558 18196 80.91.224.249 (30 Apr 2003 16:19:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 30 Apr 2003 16:19:18 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 30 18:19:16 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19AuIL-0004ht-00 for ; Wed, 30 Apr 2003 18:18:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19AtVZ-0001R3-08 for gnu-help-gnu-emacs@m.gmane.org; Wed, 30 Apr 2003 11:28:33 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19AtSN-0008D9-00 for help-gnu-emacs@gnu.org; Wed, 30 Apr 2003 11:25:15 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19AtPQ-0006hm-00 for help-gnu-emacs@gnu.org; Wed, 30 Apr 2003 11:22:14 -0400 Original-Received: from smtp.pes.cz ([81.2.194.156]) by monty-python.gnu.org with smtp (Exim 4.10.13) id 19AtNl-0006BO-00 for help-gnu-emacs@gnu.org; Wed, 30 Apr 2003 11:20:30 -0400 Original-Received: from klubko.net ([210.64.213.196]) by smtp.pes.cz ; Wed, 30 Apr 2003 16:15:20 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030212 Debian/1.2.1-9woody1 X-Accept-Language: en Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:9075 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9075 Hi, I am very fresh beginner and I am just unable to get over this: I want to type in emacs using few dofferent languages (chinese, diacritics, ipa). To this point I found my way. Should I use the enriched-mode for this? I have read manual ant gnu.org, but I am probably little bit too slow with these things. When I type my text (many different languages with different encodings) I have to edit it with latex commands like "\begin{document}" and so on, am I right? Otherwise I can't generate dvi, right? I definitely wont to edit it to get good typesetting and to use tipa, but how do I tell it that it contains normal characters with diacritis or chinese characters (ig: čěšýáěířýčšé 我不知道)? Do I have to do it? Because anytime I add some diacritics or chinese to the tex source and then try to get dvi via latex it complains and ends with "?" : latex p1.tex This is TeX, Version 3.14159 (Web2C 7.4.5) (./p1.tex LaTeX2e <2001/06/01> Babel and hyphenation patterns for american, french, german, ngerman, c zech, nohyphenation, loaded. (/usr/share/texmf/tex/latex/base/article.cls Document Class: article 2001/04/21 v1.4e Standard LaTeX document class (/usr/share/texmf/tex/latex/base/size12.clo)) (/usr/share/texmf/tex/latex/psnfss/palatino.sty) (/usr/share/texmf/tex/latex/latex2html/url.sty) (/usr/share/texmf/tex/generic/babel/babel.sty (/usr/share/texmf/tex/generic/babel/czech.ldf (/usr/share/texmf/tex/generic/babel/babel.def))) No file p1.aux. (/usr/share/texmf/tex/latex/psnfss/ot1ppl.fd) (/usr/share/texmf/tex/latex/psnfss/omsppl.fd) ! Text line contains an invalid character. l.27 ^^[ .B^^8e^^ec=^^8e^^f8^^8e^^fd^^8e^^ed^^8e^^b9^^8e^^e8^^8e^^ed^^8e^^e1^... ? I am again sorry for such a post, but I am really desperate for some help. Thanks in advance Petr