Tagged Questions
12
votes
3answers
221 views
Enumerate list not showing when using parallel package
I want to divide a paragraph with enumerate. First I use package "parallel":
\documentclass{article}
\usepackage{color}
\usepackage{parallel}
\begin{document}
...
4
votes
1answer
2k views
Of parallel texts, lists and display equations
In previous question concerned about taking notes while reading journal articles, I received an excellent answer proposing the use of parallel, parcolumns, and ledpar packages. However, I have the ...