# NOT RUN {
lazy.write(
lazy.file.start(),
lazy.text("Typically we want our paragraphs to be left
justified. This is often what we expect to see when reading."),
lazy.text("However, we may also have occasions where we would
like to center our text. It's one of many ways we can make the
words stand out on the page", align="center"),
lazy.text("A more traditional way to make the text stand out might be
to use bold text or italics, such as these", bold=TRUE, italic=TRUE),
lazy.file.end(),
OutFile="Example 1.tex")
unlink("Example 1.tex")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab