|
Installieren Sie die fehlenden Schriften mit dem Paket msttcorefonts. Dabei handelt es sich um ein kleines Programm, welches die Microsoftschriften aus dem Internet herunterlädt und installiert. Bevor Sie das Programm installieren können, muss der Multiverse-Repositoryzweig freigeschaltet werden (siehe unten).
user$ sudo apt-get install msttcorefonts Die Schriften befinden sich nach dem Download im Verzeichnis /usr/share/fonts/truetype/msttcorefonts. Kopieren Sie die Truetype-Schriften einer parallelen Windowsinstallation aus dem Verzeichnis WINDOWS/Fonts in das Linux-Verzeichnis /usr/share/fonts/truetype. user$ sudo cp *.ttf /media/windows/WINDOWS/Fonts /usr/share/fonts/truetype Nach einem Ein- und Ausloggen in die Benutzeroberfläche können Sie sich an der gewohnten Optik Ihrer Worddokumente erfreuen Freischalten des Multiverse-Repositoryzweiges Important note: Most of the howtos in this forum need the Universe and Multiverse repositories to be enabled. By default, Ubuntu does not enable the Universe and Multiverse repositories. But they include some important programs and codecs, so it is highly recommended to activate them. There may also be non-Ubuntu sources that you might wish to add to your Ubuntu machine. The repositories (of apt) are stored in a file called /etc/apt/sources.list First you should create a backup of your existing sources.list file: sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup Next you edit the sources.list file with an editor like GEdit. sudo gedit /etc/apt/sources.list There is an incode documentation. Uncomment everything you need, especially the universe and multiverse repositories. . |