I reinstall the fptex and it work alright, seems it was incorrectly installed. thanks
Jose
Jose wrote:
Hi Andre,
I changed my latex editor from Miktex to fptex because in the web page they say it is more complete, other than that nothing. I noticed that I made a mistake posting the error, you are right it is 'float.sty' and not 'Float.sty'
I am not an expert with latex...
When I use the function export to latex this is the file I got, I post here only the header
%% LyX 1.3 created this file. For more info, see http://www.lyx.org/. %% Do not edit unless you really know what you are doing. \documentclass[12pt,letterpaper,english]{article} \usepackage[T1]{fontenc} \usepackage[latin1]{inputenc} \usepackage{float} \usepackage{graphicx}
\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands. %% Bold symbol macro for standard LaTeX users \newcommand{\boldsymbol}[1]{\mbox{\boldmath $#1$}}
%% Because html converters don't know tabularnewline \providecommand{\tabularnewline}{\\}
\usepackage{babel} \makeatother \begin{document}
\title{\textbf{Formation Control Using Sliding Mode Control}}
thanks and I hope you could help me
Jose
Andre Poenitz wrote:
On Wed, Feb 26, 2003 at 08:26:38AM -0600, Jose wrote:
I have been using lyx for a few months (in windows and in linux). I looked at the web page yesterday and I found that lyx 1.3.0 was available. I downloaded the new version and follow the procedure step by step to install it in windows. I also changed my latex from Miktex to fptex.
What happens with new LyX and Miktex?
One error detected
You should try to fix it
and the error is:
LaTeX Error: File 'Float.sty' not found.
I don't think usual style files contain uppercase characters in their name.
What does your .tex look like? Does it contain the 'Float.sty'?
Andre'