tex2lyx: add test for font settings

This commit is contained in:
Uwe Stöhr 2013-02-11 00:49:20 +01:00
parent 487d3bffab
commit 690d9b68f2
2 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#LyX file created by tex2lyx 2.1.0dev #LyX file created by tex2lyx 2.1.0dev
\lyxformat 459 \lyxformat 461
\begin_document \begin_document
\begin_header \begin_header
\textclass article \textclass article
@ -44,11 +44,11 @@
\language_package none \language_package none
\inputencoding latin9 \inputencoding latin9
\fontencoding T1 \fontencoding T1
\font_roman default \font_roman cmr
\font_sans default \font_sans berasans
\font_typewriter default \font_typewriter default
\font_math auto \font_math auto
\font_default_family default \font_default_family sfdefault
\use_non_tex_fonts false \use_non_tex_fonts false
\font_sc false \font_sc false
\font_osf false \font_osf false

View File

@ -2,6 +2,10 @@
%% Do not edit unless you really know what you are doing. %% Do not edit unless you really know what you are doing.
\documentclass[b4paper,twoside, twocolumn,12pt]{article} \documentclass[b4paper,twoside, twocolumn,12pt]{article}
\renewcommand{\rmdefault}{cmr}
\usepackage{berasans}
\renewcommand{\familydefault}{\sfdefault}
\usepackage[T1]{fontenc} \usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc} \usepackage[latin9]{inputenc}