lazy.write(
lazy.file.start(),
lazy.text("In Boy Scouts, participants can earn several
ranks that denote the level of skill and accomplishment
they have developed. These ranks are:"),
lazy.list(c("Scout", "Tenderfoot", "Second Class",
"First Class", "Star", "Life", "Eagle"), style="Alph"),
lazy.file.end(),
OutFile="Example 1.tex")
unlink("Example 1.tex")Run the code above in your browser using DataLab