Thank you for your rapid response. LyX 1.6.2 showed as follows: LaTeX Error Option clash for package geometry. \geometry {verbose} The package geometry has already been loaded with options: [papersize={12.80cm,9.60cm},hmargin=1cm,vmargin=0cm,head=0.5cm,headsep=0pt,fo ot=0.5cm] There has now been an attempt to load it with options [paperwidth=128mm,paperheight=96mm] Adding the global options: papersize={12.80cm,9.60cm},hmargin=1cm,vmargin=0cm,head=0.5cm,headsep=0pt,foo t=0.5cm,paperwidth=128mm,paperheight=96mm to your \documentclass declaration may fix this. Try typing <return> to proceed.
2009/3/18 rgheck <rgh...@bobjweil.com>: > > Forwarding to devel. Did something happen that could have changed this? > > -------- Original Message -------- > Subject: beamer trouble in 1.6.2 > Date: Wed, 18 Mar 2009 10:33:59 +0900 > From: fuyuki hane <wingsan...@gmail.com> > To: lyx-us...@lists.lyx.org > > > > hank you for LyX 1.6.2. > The beamer in LyX 1.6.2 doesn't seem to convert correctly from the LyX > code to the latex code. > But The beamer in LyX 1.6.1 is OK. > > I think that geometry part is different between 1.6.1 and 1.6.2. > > The exported latex codes show as follows: > %% LyX 1.6.2 created this file. For more info, see http://www.lyx.org/. > %% Do not edit unless you really know what you are doing. > \documentclass[table]{beamer} > \usepackage[T1]{fontenc} > \usepackage[utf8]{inputenc} > \usepackage[paperwidth=128mm,paperheight=96mm]{geometry} > \geometry{verbose} > \usepackage{relsize} > \usepackage{amsmath} > \usepackage{graphicx} > \usepackage{amssymb} > > \makeatletter > > %% LyX 1.6.1 created this file. For more info, see http://www.lyx.org/. > %% Do not edit unless you really know what you are doing. > \documentclass[table]{beamer} > \usepackage[T1]{fontenc} > \usepackage[utf8]{inputenc} > \usepackage{geometry} > \geometry{verbose,paperwidth=128mm,paperheight=96mm} > \usepackage{relsize} > \usepackage{amsmath} > \usepackage{graphicx} > \usepackage{amssymb} > > \makeatletter > >