Showing posts with label Drafts. Show all posts
Showing posts with label Drafts. Show all posts

04 April 2015

\usepackage{} -- Font Colors (for Drafts)

% Package(s) for drafts; for printing font colors (used for printing notes in drafts).
\usepackage[usenames,dvipsnames,svgnames,table]{xcolor} % to add comments in color, offers more colors than \usepackage{color} 
     % Use this in the form of {\color{declared-color} some text}, because this "environment allows the text to run over multiple lines and other text environments."
     % Predefined colors -- note that at least in my experience, colors must be capitalized as they are in this list, e.g., OliveGreen, not olivegreen.

\usepackage{} -- Dummy Text (for Drafts)

% Package(s) for drafts; for layout and internal (printing) notes.
\usepackage{lipsum} % Generates dummy text throughout a template "Lorem ipsum dolor..."