basswawa 发表于 2010-11-14 23:11

请教Latex 怎么输入德语?

我的是德语键盘,在其他文档里都可以写德语,Latex输入äüö怎么就是空格呢?

basswawa 发表于 2010-11-15 12:29

我在网上看到这个说明,我已经都加上了这几个package,问题是我还是无法正常输入这几个字符。但在其他文档里可以输入。。

Umlauts in your latex document
It can be a pain to type (German) Umlaute in you latex document. Traditionally, you would have to type something like \"a to get an ä, or something like \ss{} to get a ß. But if you put the following lines in the preamble of your tex-document:

\usepackage{babel}
\usepackage{fontenc}
\usepackage{inputenc}

This will allow you to simply type "ä" and "ß" to get the appropriate special characters. Actually you don't need the German babel package (the first line) but this will give you German typesetting (dates, hyphenation).

basswawa 发表于 2010-11-15 11:51

{:6_412:}

ottorzx 发表于 2010-11-15 12:09

\"a
\"o
\"u

2爷 发表于 2010-11-15 12:15

首页命令包加上这句
\usepackage{babel}

basswawa 发表于 2010-11-15 12:33

在extras--option里我也都改成了德语了,我觉得问题好像是可以输入,无法显示。。{:6_401:}

2爷 发表于 2010-11-15 13:17

把我和核桃的帖子综合起来然后再试试就行了

ottorzx 发表于 2010-11-15 13:21

把我和核桃的帖子综合起来然后再试试就行了
2爷 发表于 2010-11-15 13:17 http://www.dolc.de/forum/images/common/back.gif
who is 核桃{:5_456:}

2爷 发表于 2010-11-15 13:36

who is 核桃
ottorzx 发表于 2010-11-15 13:21 http://www.dolc.de/forum/images/common/back.gif

xxoo

basswawa 发表于 2010-11-15 13:45

搜的我好辛苦阿 能把您贴子衔接给我吗
页: [1] 2
查看完整版本: 请教Latex 怎么输入德语?