- tex2lyx\box-color-size-space-align.tex: add preamble options to test the geometry settings

- tey2lyx\test-structure.tex: add paper size document class option for testing

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24791 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2008-05-15 22:48:54 +00:00
parent 34bdb2151b
commit f185e01c68
2 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,11 @@
\documentclass[a4paper,12pt]{article}
\documentclass[b4paper,twoside, twocolumn,12pt]{article}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{geometry}
\geometry{verbose,landscape,b4paper,tmargin=1cm,bmargin=2cm,lmargin=3cm,rmargin=4cm,headheight=6cm,headsep=5cm,footskip=7cm,columnsep=8cm}
\usepackage{amsmath}
\usepackage{color}

View File

@ -1,4 +1,4 @@
\documentclass{article}
\documentclass[legalpaper]{article}
\newenvironment{foo}{==[}{]==}