请输入您要查询的字词:

 

单词 Internationalization1
释义

Internationalization


Internationalization

1 Introduction

Currently Noosphere does not support entries written in languages other than English, but it is possible to include text in foreign languages. This document explains how to do that.

2 Accents

Most Latin languages use accents above the letters. In English there are two letters that have accents, ‘i’ and ‘j’, and they can be typeset by typing them directly. Any other letter can be typed as \\{accent}{letter} where accent is any one of the accents in the table below and letter is any letter except ‘i’ and ‘j’. That would produce accent accent on top of letter letter. In order to replace the dot in ‘i’ or ‘j’ by some other accent use \\{accent}\\i and \\{accent}\\j. If accent is a letter, then the letter has to be enclosed in braces.

AccentCodeExample(code)Example(result)
Acute\\’\\’a \\’\\iá í
Grave\\‘\\‘a \\‘\\ià ì
Circumflex\\^\\^a \\^\\iâ î
Tilde\\~\\~a \\~\\iã ĩ
Diaeresis\\"\\"a \\"\\iä ï
Double acute\\H\\H{o} \\H{e}ő e̋
Caron\\v\\v{c} \\v{D}č Ď

3 Typing directly

If your keyboard allows the input of characters in latin alphabet like é, ñ, ÃÂ^2, ÃÂ, ë, you may use them directly in your entries by including

\\usepackage[latin1]{inputenc}

on your document preamble. Users of Macintosh computers should use applemac instead of latin1. Some other available encondings are cp1250, cp1257, macce for users of eastern and central europe, baltic, Macintosh central Europe encodings.Package inputenc.sty obsoletes the packages isolatin.sty and umlaut.sty (see An essential guide to LaTex 2ε usage )

If you have a Unicode-complaint browser and you know how to type the foreign characters directly, you may do so. Currently, this is only supported for most characters found in Latin languages, and for Russian language. If you would like to see support for another language, please file a bug report which includes the Unicode range of the characters you want and their TeX encodings. Note: Noosphere does not support direct typing of foreign characters in titles. Please, use accent commands and \\cyrXXX commands (see below).

4 Russian

In order to type Russian text the following lines have to be added to the preamble:

\\usepackage[T2A]{fontenc}\\usepackage[russian,english]{babel}

Russian text can be entered directly or if your browser or operating system does not support Unicode, by means of the following commands:

NameLookCodeNameLookCode
Aа А\\cyra \\CYRAErр Р\\cyrr \\CYRR
Beб Б\\cyrb \\CYRBEsс С\\cyrs \\CYRS
Veв В\\cyrv \\CYRVTeт Т\\cyrt \\CYRT
Gheг Г\\cyrg \\CYRGUу У\\cyru \\CYRU
Deд Д\\cyrd \\CYRDEfф Ф\\cyrf \\CYRF
Yeе Е\\cyre \\CYREHaх Х\\cyrh \\CYRH
Yoё Ё\\cyryo \\CYRYOTseц Ц\\cyrc \\CYRC
Zheж Ж\\cyrzh \\CYRZHCheч Ч\\cyrch \\CYRCH
Zeз З\\cyrz \\CYRZShaш Ш\\cyrsh \\CYRSH
Iи И\\cyri \\CYRIShchaщ Щ\\cyrchsh \\CYRCHSH
I shortй Й\\cyrishrt \\CYRISHRTHard signъ Ъ\\cyrhrdsn \\CYRHRDSN
Kaк К\\cyrk \\CYRKYeruы Ы\\cyrery \\CYRERY
Elл Л\\cyrl \\CYRLSoft signь Ь\\cyrsftsn \\CYRSFTSN
Emм М\\cyrm \\CYRMEэ Э\\cyrever \\CYREREV
Enн Н\\cyrn \\CYRNYuю Ю\\cyryu \\CYRYU
Oо О\\cyro \\CYROYaя Я\\cyrya \\CYRYA
Peп П\\cyrp \\CYRP

5 Cédilles

French, Portuguese, and Romanian use letters containing diacritical markings called cédilles.

NameCodeExample(code)Example(result)
cédille\\c\\c{c} \\c{s} \\c{t}ç ş ţ

6 Ligatures

TeX will make the ligatures for ‘‘fi’’ and ‘‘fl’’ automatically. The German ligature ‘‘ß’’ (for ‘‘ss’’) will only be made if explicitly indicated, by {\\ss}. (There is one other way, but this way generally works better with Noosphere.)

随便看

 

数学辞典收录了18232条数学词条,基本涵盖了常用数学知识及数学英语单词词组的翻译及用法,是数学学习的有利工具。

 

Copyright © 2000-2023 Newdu.com.com All Rights Reserved
更新时间:2025/5/4 11:49:49