mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
* LaTeXUI.ui:
* UserGuide: - Postscript driver -> graphics driver. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27920 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3d48607f1a
commit
96b062a520
@ -1,5 +1,5 @@
|
|||||||
#LyX 1.6.1svn created this file. For more info see http://www.lyx.org/
|
#LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
|
||||||
\lyxformat 345
|
\lyxformat 346
|
||||||
\begin_document
|
\begin_document
|
||||||
\begin_header
|
\begin_header
|
||||||
\textclass scrbook
|
\textclass scrbook
|
||||||
@ -38398,8 +38398,8 @@ Document Class
|
|||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
Here you set the document class, class options, a Postscript driver, and
|
Here you set the document class, class options, a graphics driver, and a
|
||||||
a master document.
|
master document.
|
||||||
Document classes are described in section
|
Document classes are described in section
|
||||||
\begin_inset space ~
|
\begin_inset space ~
|
||||||
\end_inset
|
\end_inset
|
||||||
@ -38420,13 +38420,14 @@ Predefined
|
|||||||
and you can decide to use them or not.
|
and you can decide to use them or not.
|
||||||
If you don't exactly know what the default class options are for, it is
|
If you don't exactly know what the default class options are for, it is
|
||||||
recommended not to touch them.
|
recommended not to touch them.
|
||||||
The Postscript driver is used for LaTeX's color and graphics packages.
|
The graphics driver is used for LaTeX's graphics, color and page layout
|
||||||
|
packages.
|
||||||
When using
|
When using
|
||||||
\family sans
|
\family sans
|
||||||
Default
|
Default
|
||||||
\family default
|
\family default
|
||||||
, the default driver for the LaTeX-packages are used.
|
, the default driver for the LaTeX-packages are used.
|
||||||
It is recommended to use the default unless your know what you are doing.
|
It is recommended to use the default unless you know what you are doing.
|
||||||
\begin_inset Foot
|
\begin_inset Foot
|
||||||
status collapsed
|
status collapsed
|
||||||
|
|
||||||
|
@ -12,13 +12,25 @@
|
|||||||
<property name="windowTitle" >
|
<property name="windowTitle" >
|
||||||
<string/>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout" >
|
<layout class="QGridLayout" >
|
||||||
|
<property name="margin" >
|
||||||
|
<number>9</number>
|
||||||
|
</property>
|
||||||
|
<property name="spacing" >
|
||||||
|
<number>6</number>
|
||||||
|
</property>
|
||||||
<item row="0" column="0" colspan="3" >
|
<item row="0" column="0" colspan="3" >
|
||||||
<widget class="QGroupBox" name="groupBox" >
|
<widget class="QGroupBox" name="groupBox" >
|
||||||
<property name="title" >
|
<property name="title" >
|
||||||
<string>Document &class</string>
|
<string>Document &class</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout" name="gridLayout_2" >
|
<layout class="QGridLayout" >
|
||||||
|
<property name="margin" >
|
||||||
|
<number>9</number>
|
||||||
|
</property>
|
||||||
|
<property name="spacing" >
|
||||||
|
<number>6</number>
|
||||||
|
</property>
|
||||||
<item row="0" column="0" >
|
<item row="0" column="0" >
|
||||||
<widget class="QComboBox" name="classCO" >
|
<widget class="QComboBox" name="classCO" >
|
||||||
<property name="maxVisibleItems" >
|
<property name="maxVisibleItems" >
|
||||||
@ -29,7 +41,9 @@
|
|||||||
<item row="0" column="1" >
|
<item row="0" column="1" >
|
||||||
<widget class="QPushButton" name="layoutPB" >
|
<widget class="QPushButton" name="layoutPB" >
|
||||||
<property name="sizePolicy" >
|
<property name="sizePolicy" >
|
||||||
<sizepolicy vsizetype="Minimum" hsizetype="Fixed" >
|
<sizepolicy>
|
||||||
|
<hsizetype>0</hsizetype>
|
||||||
|
<vsizetype>0</vsizetype>
|
||||||
<horstretch>0</horstretch>
|
<horstretch>0</horstretch>
|
||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
@ -59,12 +73,12 @@
|
|||||||
</property>
|
</property>
|
||||||
<item rowspan="2" row="0" column="1" >
|
<item rowspan="2" row="0" column="1" >
|
||||||
<layout class="QVBoxLayout" >
|
<layout class="QVBoxLayout" >
|
||||||
<property name="spacing" >
|
|
||||||
<number>6</number>
|
|
||||||
</property>
|
|
||||||
<property name="margin" >
|
<property name="margin" >
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="spacing" >
|
||||||
|
<number>6</number>
|
||||||
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLineEdit" name="defaultOptionsLE" >
|
<widget class="QLineEdit" name="defaultOptionsLE" >
|
||||||
<property name="toolTip" >
|
<property name="toolTip" >
|
||||||
@ -101,15 +115,12 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
<zorder>defaultOptionsCB</zorder>
|
|
||||||
<zorder>optionsL</zorder>
|
|
||||||
<zorder>groupBox</zorder>
|
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="2" column="0" >
|
<item row="2" column="0" >
|
||||||
<widget class="QLabel" name="psdriverL" >
|
<widget class="QLabel" name="psdriverL" >
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>&Postscript driver:</string>
|
<string>&Graphics driver:</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="buddy" >
|
<property name="buddy" >
|
||||||
<cstring>psdriverCO</cstring>
|
<cstring>psdriverCO</cstring>
|
||||||
@ -128,7 +139,7 @@
|
|||||||
<property name="orientation" >
|
<property name="orientation" >
|
||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizeHint" stdset="0" >
|
<property name="sizeHint" >
|
||||||
<size>
|
<size>
|
||||||
<width>261</width>
|
<width>261</width>
|
||||||
<height>22</height>
|
<height>22</height>
|
||||||
@ -185,11 +196,11 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="4" column="0" >
|
<item row="4" column="0" >
|
||||||
<spacer name="verticalSpacer" >
|
<spacer>
|
||||||
<property name="orientation" >
|
<property name="orientation" >
|
||||||
<enum>Qt::Vertical</enum>
|
<enum>Qt::Vertical</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizeHint" stdset="0" >
|
<property name="sizeHint" >
|
||||||
<size>
|
<size>
|
||||||
<width>20</width>
|
<width>20</width>
|
||||||
<height>2</height>
|
<height>2</height>
|
||||||
|
Loading…
Reference in New Issue
Block a user