Clicking on the image gives me the options to change scale, width and/or height. But none of them have any effect on the PDF or Words outputs.
Here's the top bit:
Code: Select all
%% LyX 2.2.0 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[english]{article}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{geometry}
\geometry{verbose,tmargin=2cm,bmargin=2cm,lmargin=2cm,rmargin=2cm,headheight=0cm,headsep=0cm,footskip=0cm}
\setlength{\parskip}{\medskipamount}
\setlength{\parindent}{0pt}
\usepackage{graphicx}
\usepackage{babel}
\begin{document}
\includegraphics[width=6cm,height=3cm,keepaspectratio]{Racket.JPG}
\includegraphics[scale=0.25]{PPADC.JPG}
Any ideas?
Thanks, Joe