-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathtodos.tex
108 lines (101 loc) · 3 KB
/
todos.tex
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
% Created 2017-11-19 So 12:50
\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fixltx2e}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{rotating}
\usepackage[normalem]{ulem}
\usepackage{amsmath}
\usepackage{textcomp}
\usepackage{marvosym}
\usepackage{wasysym}
\usepackage{amssymb}
\usepackage{hyperref}
\tolerance=1000
\author{Adrian}
\date{\today}
\title{todos}
\hypersetup{
pdfkeywords={},
pdfsubject={},
pdfcreator={Emacs 25.1.1 (Org mode 8.2.10)}}
\begin{document}
\maketitle
\tableofcontents
This file lists all ToDos for all \LaTeX{}-Packages and Classes in this
Repo
\section{{\bfseries\sffamily TODO} Rework Readme}
\label{sec-1}
\begin{itemize}
\item Installation is very outdated
\item cheatsheet is not present in readme
\item info about CTAN
\end{itemize}
\section{cheatsheet}
\label{sec-2}
\begin{itemize}
\item $\square$ BUG: Footnotes appear all on the first page
\end{itemize}
\section{HomeworkAssignment}
\label{sec-3}
\subsection{{\bfseries\sffamily TODO} [60\%] v3.0}
\label{sec-3-1}
\begin{itemize}
\item $\boxtimes$ Rename to homeworkassignment
\begin{itemize}
\item To comply to CTANs requirements of all lowercase packagenames.
\end{itemize}
\item $\square$ Add proof by contradiction environment
\item $\square$ Create environments for all existing proofs
\item $\boxtimes$ [2/2] Add points for excercises
\begin{itemize}
\item $\boxtimes$ Expand \textbackslash{}newproblem \textbackslash{}newsubproblem etc
by an optional argument to take the maximum ammount of point one
can gain at this problem.
\begin{itemize}
\item $\boxtimes$ When passed this is passed to \textbackslash{}newsubproblem,
create a box to write the points down
\item $\boxtimes$ Add this number of points to the »gradingtable«
\end{itemize}
\item $\boxtimes$ To implement this, the existing optional argument, taking
the exercise number has to be replaced with an own command
\begin{itemize}
\item replace the optional argument of
\textbackslash{}newproblem by a new command
\textbackslash{}setproblemnumber
\begin{itemize}
\item Solved different
\end{itemize}
\end{itemize}
\end{itemize}
\item $\boxtimes$ Add Option to remove the hlines from the layout
\begin{itemize}
\item Standard hlines=all
\item hlines=none remove all
\item hlines=header just remove the hlines around the Title
\end{itemize}
\item $\boxtimes$ Remove legacy styles
\item $\boxminus$ Rework Docu
\begin{itemize}
\item $\boxtimes$ Unite Implementation and Documentation part of Documentation
\item $\boxtimes$ Document all features
\item $\square$ Update Changelog
\end{itemize}
\item $\boxtimes$ Add allowdisplaybreaks
\item $\boxtimes$ BUG of onecolumn and maketitle
\begin{itemize}
\item Pull changes from NumRech u3
\end{itemize}
\item $\boxminus$ BUG Subproblem counter not reset on newproblem with number
(see NumRech u5)
\begin{itemize}
\item $\boxtimes$ Fix
\item $\square$ Check if subsubproblem works!
\end{itemize}
\end{itemize}
% Emacs 25.1.1 (Org mode 8.2.10)
\end{document}