mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-12 11:32:21 +00:00
xypic.lyx: use a default font except a special one is available
- also add our documentation preamble disclaimer
This commit is contained in:
parent
186d955e86
commit
6b03804c68
@ -4,6 +4,15 @@
|
|||||||
\begin_header
|
\begin_header
|
||||||
\textclass scrartcl
|
\textclass scrartcl
|
||||||
\begin_preamble
|
\begin_preamble
|
||||||
|
% DO NOT ALTER THIS PREAMBLE!!!
|
||||||
|
%
|
||||||
|
% This preamble is designed to ensure that the file prints
|
||||||
|
% out as advertised. If you mess with this preamble,
|
||||||
|
% parts of this document may not print out as expected. If you
|
||||||
|
% have problems LaTeXing this file, please contact
|
||||||
|
% the documentation team
|
||||||
|
% email: lyx-docs@lists.lyx.org
|
||||||
|
|
||||||
\usepackage[all]{xy}
|
\usepackage[all]{xy}
|
||||||
|
|
||||||
% define new commands used in sec. 5.1
|
% define new commands used in sec. 5.1
|
||||||
@ -24,6 +33,16 @@
|
|||||||
\def\LyX{\texorpdfstring{%
|
\def\LyX{\texorpdfstring{%
|
||||||
L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
|
L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
|
||||||
{LyX}}
|
{LyX}}
|
||||||
|
|
||||||
|
% if pdflatex is used
|
||||||
|
\usepackage{ifpdf}
|
||||||
|
\ifpdf
|
||||||
|
|
||||||
|
% set fonts for nicer pdf view
|
||||||
|
\IfFileExists{lmodern.sty}
|
||||||
|
{\usepackage{lmodern}}{}
|
||||||
|
|
||||||
|
\fi % end if pdflatex is used
|
||||||
\end_preamble
|
\end_preamble
|
||||||
\options BCOR7.5mm
|
\options BCOR7.5mm
|
||||||
\use_default_options false
|
\use_default_options false
|
||||||
@ -32,7 +51,7 @@
|
|||||||
\language_package default
|
\language_package default
|
||||||
\inputencoding auto
|
\inputencoding auto
|
||||||
\fontencoding global
|
\fontencoding global
|
||||||
\font_roman ae
|
\font_roman default
|
||||||
\font_sans default
|
\font_sans default
|
||||||
\font_typewriter default
|
\font_typewriter default
|
||||||
\font_default_family default
|
\font_default_family default
|
||||||
|
Loading…
Reference in New Issue
Block a user