Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. titlepage :: ClassOption

    HaTeX Text.LaTeX.Base.Commands

    No documentation available.

  2. withpage :: LaTeXC l => l

    HaTeX Text.LaTeX.Packages.Acronym

    A marker which tells us to print page numbers.

  3. IGPage :: Int -> IGOption

    HaTeX Text.LaTeX.Packages.Graphicx

    If the image file is a pdf file with multiple pages, this parameter allows you to use a different page than the first.

  4. HRefPage :: Int -> HRefOption

    HaTeX Text.LaTeX.Packages.Hyperref

    No documentation available.

  5. data PdfPageLayout

    HaTeX Text.LaTeX.Packages.Hyperref

    Specification for how pages of a PDF should be displayed.

  6. SinglePage :: PdfPageLayout

    HaTeX Text.LaTeX.Packages.Hyperref

    Displays a single page; advancing flips the page.

  7. TwoPageLeft :: PdfPageLayout

    HaTeX Text.LaTeX.Packages.Hyperref

    Displays two pages, odd-numbered pages to the left (since PDF 1.5).

  8. TwoPageRight :: PdfPageLayout

    HaTeX Text.LaTeX.Packages.Hyperref

    Displays two pages, odd-numbered pages to the right (since PDF 1.5).

  9. pdfpagelayout :: LaTeXC l => PdfPageLayout -> l

    HaTeX Text.LaTeX.Packages.Hyperref

    This package option sets the layout of PDF pages.

  10. pdfstartpage :: LaTeXC l => l -> l

    HaTeX Text.LaTeX.Packages.Hyperref

    This package option determines on which page the PDF file is opened.

Page 291 of many | Previous | Next