\documentclass{article} \usepackage[forcolorpaper]{web} \usepackage[dbmode,!tight]{pmdb} \previewOn\pmpvOn \editSourceOn \useEditBtn % the default %\useEditLnk % try it with links \reversemarginpar \InputItems \begin{document} \noindent The \texttt{itemize} environment \begin{itemize} \item One\marginpar{One} \item Two\marginpar{Two} \pmInput{items/sample-item.tex} \end{itemize} \medskip\noindent The \texttt{enumerate} environment \begin{enumerate} \item One\marginpar{One} \item Two\marginpar{Two} \pmInput{items/sample-item.tex} \end{enumerate} \medskip\noindent The \texttt{description} environment \begin{description} \item[First item] One\marginpar{One} \item[Second item] Two\marginpar{Two} \pmInput[Third item]{items/sample-item.tex} \end{description} \end{document}