Todo notes - annotations
This commit is contained in:
parent
0e40e7aed6
commit
7a9ea3794c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
*.tdo*
|
||||
.DS_Store*
|
||||
*.aux*
|
||||
*.log*
|
||||
|
@ -15,7 +15,7 @@
|
||||
\section{What is loren ipsum? Title with math \texorpdfstring{$\sigma$}{[sigma]}} %Section - 1.1
|
||||
|
||||
Lorem Ipsum is simply dummy text of the printing and typesetting industry (see Section~\ref{section1.3}). Lorem Ipsum~\citep{Aup91} has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum~\citep{AAB95,Con90,LM65}.
|
||||
|
||||
\mynote{Hello! Hello, testing}
|
||||
The most famous equation in the world: $E^2 = (m_0c^2)^2 + (pc)^2$, which is known as the \textbf{energy-mass-momentum} relation as an in-line equation.
|
||||
|
||||
A {\em \LaTeX{} class file}\index{\LaTeX{} class file@LaTeX class file} is a file, which holds style information for a particular \LaTeX{}.
|
||||
|
@ -357,6 +357,9 @@ supported!}
|
||||
|
||||
\fi % End \ifPDH@lineno
|
||||
|
||||
% Todo notes functionality
|
||||
\usepackage[colorinlistoftodos]{todonotes}
|
||||
\newcommand{\mynote}[1]{\todo[author={\@author},color=green!40]{#1}}
|
||||
|
||||
% Creates a Watermark Draft at the specified location.
|
||||
% The settings can be tweaked in the preamble
|
||||
@ -415,6 +418,10 @@ supported!}
|
||||
% If NOT Draft Mode
|
||||
\else
|
||||
|
||||
% Todo notes are not displayed in production mode
|
||||
\newcommand{\mynote}[1]{}
|
||||
\newcommand{\listoftodos}{}
|
||||
|
||||
\renewcommand\SetDraftText[1]{\ClassWarning{PhDThesisPSnPDF}{DraftMode is
|
||||
inactive, to use SetDraftText include `draftmode' in the document
|
||||
class options.}}
|
||||
@ -1146,3 +1153,4 @@ wish to left align your text}
|
||||
- \totalheightof{\usebox{\PHD@collegedate}}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -173,3 +173,4 @@
|
||||
% Draft Text grayscale value (should be between 0-black and 1-white)
|
||||
% Default value is 0.75
|
||||
%\SetDraftGrayScale{0.8}
|
||||
|
||||
|
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
Loading…
Reference in New Issue
Block a user