Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Informatik 8
TexCommon
Commits
74bc5ec7
Commit
74bc5ec7
authored
Jul 30, 2020
by
Sergey Goncharov
Browse files
fix the issue with lineno
parent
8d909f07
Changes
1
Hide whitespace changes
Inline
Side-by-side
todos.sty
View file @
74bc5ec7
...
...
@@ -19,7 +19,7 @@
\def\todo
{
\@
ifstar
\@
@todo
\@
todo
}
\ifpdf
\long\def\@
todo#1
{
\ensuretext
{
\ttfamily\color
[RGB]
{
255,64,64
}
TODO: #1
}}
\long\def\@
@todo#1
{{
\hfill\\\noindent\ttfamily\color
[RGB]
{
255,64,64
}
TODO: #1
\hfill\
\
[1ex]
}}
\long\def\@
@todo#1
{{
\hfill\\\noindent\ttfamily\color
[RGB]
{
255,64,64
}
TODO: #1
\hfill\
par
}}
\else
\fi
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment