Displaying 4 results from an estimated 4 matches for "floatflt".
Did you mean:
float_t
2009 Dec 09
2
Recent TeX changes and R/package manuals
...ted \hyperpage commands.
has broken '|' as an index item ('||' was already broken) so I added
some special-casing (this does look like a bug in hyperref). Also
some uses of '%' (ggplot2, operators, relations).
(iii) some LaTeX style files are no longer in TL2009. e.g.
floatflt.sty (used by packages EffectiveDose, gWidgets, gWidgetsWWW,
monoProc, pmg).
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road,...
2009 Jan 10
1
Hmisc-xtable label
...table first using xtable and then create the longtable using Hmisc then the hyperlink works OK on the longtable but not on the other one. Thanks
I'am using Sweave and Miktex, windows XP,R-2.8.1 to generate the document below:
\documentclass[11pt]{article}
\usepackage{amsmath}
\usepackage{floatflt,graphicx,times}
\usepackage[usenames,dvipsnames]{color}
\usepackage{longtable,pdflscape}
\usepackage{rotating}
\usepackage{verbatim}
\usepackage[ps2pdf,
bookmarks=true,
bookmarksnumbered=false,
bookmarksopen=false,
colorlinks=true,
linkcolor=webblue]{hyperref}
\definecolor{webgreen}{rgb}{0, 0....
2008 Nov 07
0
Sweave: How to load available colors from pkg 'color'
...names]{color}' is suppossed to load all the available colors in the package 'color' but for some reason it doesn't load them when running it trhough Sweave. It loads all the colors if I run it outside R though.
Here's a dummy document:
\documentclass[12pt]{article}
\usepackage{floatflt,graphicx,times,babel}
\usepackage[usenames]{color}
\usepackage{verbatim}
\usepackage[ps2pdf,
bookmarks=true,
bookmarksnumbered=false,
bookmarksopen=false,
colorlinks=true,
linkcolor=blue]{hyperref}
\pdfbookmark[1]{Contents}{table}
\title{BROOD-YEAR 2008 PINK SALMON RUN}
\author{Felipe D. Carrill...
2009 Jan 15
2
Interface to open source Reporting tools
...longtable using Hmisc then the hyperlink
> works OK on the longtable but not on the other one. Thanks
> I'am using Sweave and Miktex, windows XP,R-2.8.1 to generate the document
> below:
>
>
>
> \documentclass[11pt]{article}
>
> \usepackage{amsmath}
> \usepackage{floatflt,graphicx,times}
> \usepackage[usenames,dvipsnames]{color}
> \usepackage{longtable,pdflscape}
> \usepackage{rotating}
> \usepackage{verbatim}
> \usepackage[ps2pdf,
> bookmarks=true,
> bookmarksnumbered=false,
> bookmarksopen=false,
> colorlinks=true,
> linkcolor=webblue...