-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
59 lines (50 loc) · 1.49 KB
/
README
File metadata and controls
59 lines (50 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
================
NO PROBLEM LATEX
================
version 1.0
================
What Is No Problem Latex?
-------------------------
No Problem Latex is a simple program designed to make
setting up latex documents for homework problem sets.
Using intuitive problem enumerations, one can easily
setup a document without taking time to setup the
title, font and date (No Problem Latex sets that up
for you). As a project, No Problem Latex, developers
will attempt to add necessary features without adding
complexity to setting up and compiling a document.
The Latest Version
------------------
Version 1.0, the first version, implements the ability
to enter a title and author name for a homework document,
and using regular expressions to implement various
customizable enumeration styles (default styles include
Numeric, Alphanumeric and Roman Numeral fonts).
How to use
----------
Add your enumerations to an input.txt file, with first line
detailing your assignment title, second line your name,
and all further lines detailing the problem numbers for your
assignment. Here's an example:
---------
input.txt
---------
Alan Turing
Computer Science 151 Problem Set #4
1
2
a
b
c
3
a
I
II
III
IV
b
4
Running the python script generates a latex document
specifying these problems, as well as generating package
specifications, text size and line spacing detailed in
the config in the python file.