Learn R Programming

WebAnalytics (version 0.9.14)

laTeXParagraphWrite: Writes a LaTex paragraph on stdout

Description

A convenience function to write a paragraph (with optional text) on stdout. This is useful in code blocks in Brew files, for example between graphics.

Usage

laTeXParagraphWrite(string="")

Value

Does not return any value

Arguments

string

Text to be inserted into the paragraph

Author

Greg Hunt <greg@firmansyah.com>

Examples

Run this code
laTeXParagraphWrite()
laTeXParagraphWrite("blah blah")

Run the code above in your browser using DataLab