Greetings LaTeX Community!
I need to create step-by-step procedure solutions to share with my high school students.
Is "array" the most efficient method of creating these columnar style procedure steps?
The MWE works but is quite time intensive. (h/t to the good folks at overleaf.com for ...
Search found 3 matches
- Thu Oct 15, 2020 5:21 pm
- Forum: Math & Science
- Topic: “array” most efficient code for creating step-by-step solution procedures for single variable Alg equations?
- Replies: 0
- Views: 2988
- Wed Apr 22, 2020 7:41 am
- Forum: Math & Science
- Topic: \multicols environment & how to decrease horitzonal space between cols
- Replies: 1
- Views: 10527
\multicols environment & how to decrease horitzonal space between cols
Never before occurred to me to use negative units to adjust the column separation. That's what going too long without the EPL will do to a bloke's mind.
Inserting this line of code (see below) did the trick!
\setlength{\columnsep}{-10cm}
The relevant 2 lines of code are:
\usepackage{multicol ...
Inserting this line of code (see below) did the trick!
\setlength{\columnsep}{-10cm}
The relevant 2 lines of code are:
\usepackage{multicol ...
- Wed Apr 22, 2020 7:24 am
- Forum: Math & Science
- Topic: \multicols environment & how to decrease horitzonal space between cols
- Replies: 1
- Views: 10527
\multicols environment & how to decrease horitzonal space between cols
The MWE code below executes perfectly to generate a very simple multiple choice maths quiz. But I need to reduce by 50% the horizontal space between the 2 cols so the quiz image can be viewed on student's cell phone screen.
Have tried pasting the "\setlength" string below at different places in ...