Tagged Questions
6
votes
4answers
256 views
Illegal parameter number with \docsvlist
I'm trying to define a macro that take as an input a CSV list and create an item list.
etoolbox comes just handy for this and the macro I'm using is
\begin{itemize}
\renewcommand*{\do}[1]{\item[] ...
3
votes
1answer
141 views
afterpage + list = missing \item
I'm trying to use the afterpage package to automatically insert text at the top of each page (please see my other question Section reminders at the top of each page?) but I'm having trouble.
...
3
votes
3answers
328 views
How to avoid the “perhaps a missing \item.” message in itemize/enumerate
If one has a itemize environment, with no items inside :
\begin{itemize}
\end{itemize}
the compilation will complain "perhaps a missing \item". I would like to modify the environment itemize (or ...
6
votes
1answer
1k views
List of url-links with \href
When trying to create a list of weblinks using
\documentclass{report}
\usepackage{hyperref}
\begin{document}
\begin{itemize}
\item \href{www.washingtonpost.com}
\item ...
1
vote
2answers
4k views
Enumerate and itemize undefined + captions not working
I am trying to recompile a document in kwrite; I previously compiled it all OK under debian squeeze about 6 months ago, but I now have an opensuse 11.2 (kwrite-4.3.5-0.1.1.x86_64).
A few problems ...