Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding annotations in LaTeX - PDF output #10

Closed
kks32 opened this issue Jul 5, 2014 · 1 comment
Closed

Adding annotations in LaTeX - PDF output #10

kks32 opened this issue Jul 5, 2014 · 1 comment
Assignees
Milestone

Comments

@kks32
Copy link
Owner

kks32 commented Jul 5, 2014

Create textbox annotations in PDF output with author initials.

\usepackage{todonotes}
\newcounter{mycomment}
\newcommand{\mycomment}[2][]{%
% initials of the author (optional) + note in the margin
\refstepcounter{mycomment}%
{%
%\setstretch{0.7}% spacing
\todo[color={red!100!green!33},size=\small,inline]{%
\textrm{Comment [\uppercase{#1}\themycomment]:}~#2}%
}}

@kks32 kks32 added this to the Adding annotations in LaTeX milestone Jul 5, 2014
@kks32 kks32 self-assigned this Jul 5, 2014
@kks32 kks32 modified the milestone: Adding annotations in LaTeX Jul 5, 2014
@kks32
Copy link
Owner Author

kks32 commented Oct 8, 2014

Due to dependency on non-default package - todonotes, this feature won't be a part of the main class file. This will be supported as a macro in the preamble. Users willing to use this feature should uncomment in and install package todonotes to use this feature.

@kks32 kks32 closed this as completed Oct 8, 2014
@kks32 kks32 added the wontfix label Oct 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant