Search found 2 matches

by strider1551
Thu Aug 28, 2014 6:06 pm
Forum: General
Topic: Side notes along an outline
Replies: 1
Views: 4029

Side notes along an outline

Found my own solution. I stopped using easylist or any other list structures, and instead made some of my own counters.

\documentclass{article}
\usepackage[letterpaper,margin=0.75in]{geometry}

\usepackage{lipsum}
\usepackage{tabularx}
\usepackage{calc}

\newcounter{firstcount}
\newcounter ...
by strider1551
Thu Aug 21, 2014 10:56 pm
Forum: General
Topic: Side notes along an outline
Replies: 1
Views: 4029

Side notes along an outline

I'm trying to do a complex layout that I've yet to find a good solution for. A significant amount of my text is an outline with multiple levels, which in the past I have used easylist for. In my next project, though, I have a lot of one-line references that I want to run to the right of the outline ...