C:\Program Files\MiKTeX 2.7\tex\latex\floatrow.
Then I've refreshed database in MikiTeX options, but the floatrow package doesn't show up in the list of packages in Package Manager, so I don't know how to install it.
Can anyone please help me with this?
When I try to run the dtx file from the package, shows up error
Undefined control sequence
\reserved@a...}strut }fancyheadoffset
[L]{\marginparwith +\margi...
As I understood dtx file is only for creating the documentation, but maybe the error shows that I miss some other packages needed for floatrow? I have the old version, MikiTeX 2.7, can this be a problem. But the same problem I have when I try to install subfig package, so I don't know what to do.
code example:
Code: Select all
\documentclass{article}
\usepackage{floatrow}
\begin{document}
\end{document}
Thanks