UbuntuHelp:Lyx
出自Ubuntu中文
| 点击翻译: |
English |
请不要直接编辑翻译本页,本页将定期与来源同步。 |
目录 |
[编辑] Introduction
LyX is a WYSIWYM (What You See Is What You Mean) LaTeX word processor. It behaves more like a word processor than a LaTeX plain text editor, but it is not quite the same as using Open``Office or Abi``Word. A knowledge of LaTeX is not strictly required, but it may be beneficial.
NOTE: You need to have Universe repositories enabled. Please read Repositories for further information concerning repositories and installation.
[编辑] Installation
LyX can be installed via Synaptic, Adept, or apt-get. For this tutorial we will use the terminal/command line. At the command line, issue the following command:
# sudo apt-get install lyx
[编辑] Post Installation
If LyX does not make it into your gnome menu, then it can be started with from the Run Application dialog (Alt+F2), by typing lyx and pressing return.
If you want to see your math symbols instead of red text, also install the latex-xft-fonts package.
[编辑] Add on packages
There are various packages in the repositories which can add functionality to LyX.
-
latex2htmlallows lyx to produce html output. -
foiltexis useful for making presentations.
After installing such packages you should reconfigure ( goto Edit -> Reconfigure) and then restart LyX.
