EVOLUTION-MANAGER
Edit File: header_latex.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: latex header and footer</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for header_latex {highlight}"><tr><td>header_latex {highlight}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>latex header and footer</h2> <h3>Description</h3> <p>These functions return appropriate header and footer functions for the latex renderer </p> <h3>Usage</h3> <pre> header_latex(document, styles, boxes, minipage = FALSE) footer_latex(document, minipage = FALSE) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>document</code></td> <td> <p>logical. If TRUE the header and footer functions will create the full document (including preamble with boxes and styles)</p> </td></tr> <tr valign="top"><td><code>styles</code></td> <td> <p>a vector of style definitions to include in the preamble if document is TRUE</p> </td></tr> <tr valign="top"><td><code>boxes</code></td> <td> <p>a vector of boxes definitions to include in the preamble if document is TRUE</p> </td></tr> <tr valign="top"><td><code>minipage</code></td> <td> <p>if <code>TRUE</code>, the highlighted latex is included in a minipage environment</p> </td></tr> </table> <h3>Value</h3> <p>A function is returned, suitable for the header or footer argument of the latex renderer </p> <h3>Examples</h3> <pre> h <- header_latex( document = FALSE ) h() f <- footer_latex( document = FALSE ) f() </pre> <hr /><div style="text-align: center;">[Package <em>highlight</em> version 0.5.0 <a href="00Index.html">Index</a>]</div> </body></html>