EVOLUTION-MANAGER
Edit File: boxes_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: Creates the set of latex boxes</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 boxes_latex {highlight}"><tr><td>boxes_latex {highlight}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Creates the set of latex boxes</h2> <h3>Description</h3> <p>This function returns the set of latex boxes definitions that should be included in the document preamble. The latex renderer includes these definitions automatically when the document argument is TRUE, but not otherwise. </p> <h3>Usage</h3> <pre> boxes_latex() </pre> <h3>Value</h3> <p>A character vector containing latex definitions for boxes used by the latex renderer </p> <h3>See Also</h3> <p><code><a href="translator_latex.html">translator_latex</a></code> translates text into markup that makes use of these boxes </p> <hr /><div style="text-align: center;">[Package <em>highlight</em> version 0.5.0 <a href="00Index.html">Index</a>]</div> </body></html>