The ingredients are these:
- Modify Document preamble: go to Document->Settings->LaTextPreamble and add:
\usepackage{pdflscape}\usepackage{changepage}\usepackage{anysize}
- Before you insert the image, add a LaText box code (or hit CTRL+L) and insert: \marginsize{3cm}{2cm}{0cm}{1cm} % left rigth top bottom
\begin{landscape} - Add Image (Insert->Image or Insert ->Floating Object and after, Insert->Image).
- Set image size: mouse right click on image and select Settings.
- After Image add another LaText box code and insert: \end{landscape}
- Optionally: if you want change margin, add another time \marginsize{3cm}{2cm}{0cm}{1cm} % left rigth top bottom with your preffered values.

No comments:
Post a Comment