mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
- 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:
parent
34bdb2151b
commit
f185e01c68
@ -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}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
\documentclass{article}
|
||||
\documentclass[legalpaper]{article}
|
||||
|
||||
\newenvironment{foo}{==[}{]==}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user