summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/handin/handin-doc.tex
blob: 0ec4c17d1cfd6083b22bea0160fb32ccc1c1ddee (plain)
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This is a generated file %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{article}
\usepackage[all]{tcolorbox}
\makeatletter
\lstdefinestyle{mydocumentation}{style=tcbdocumentation,
  classoffset=0,
  texcsstyle=*\color{blue},
  moretexcs={arrayrulecolor,draw,includegraphics,ifthenelse,isodd,lipsum,path,pgfkeysalso},
  classoffset=1,
  moretexcs={% core
    problem,pproblem,title,author,logo,coursename,coursetitle,institute,containspages,pagetext,settable
  },
  texcsstyle=*\color{Definition}\bfseries,
  classoffset=0,% restore default
  }
\newtcolorbox{marker}[1][]{enhanced,
    before skip=2mm,after skip=3mm,
    boxrule=0.4pt,left=5mm,right=2mm,top=1mm,bottom=1mm,
    colback=yellow!50,
    colframe=yellow!20!black,
    sharp corners,rounded corners=southeast,arc is angular,arc=3mm,
    underlay={%
      \path[fill=tcbcol@back!80!black] ([yshift=3mm]interior.south east)--++(-0.4,-0.1)--++(0.1,-0.2);
      \path[draw=tcbcol@frame,shorten <=-0.05mm,shorten >=-0.05mm] ([yshift=3mm]interior.south east)--++(-0.4,-0.1)--++(0.1,-0.2);
      \path[fill=yellow!50!black,draw=none] (interior.south west) rectangle node[white]{\Huge\bfseries !} ([xshift=4mm]interior.north west);
      },
    drop fuzzy shadow,#1}
  \makeatother
\let\dac\docAuxCommand
\tcbset{documentation listing style=mydocumentation}

\setlength{\parindent}{0pt}
\title{{Handin - manual\\ v0.0.2{\\[-0.5em]\footnotesize(build 30)}}}
\author{Andreas Strauman}
\begin{document}
\maketitle
\section*{2 Problem}
I remember when I first started out with LaTeX, as a student, it was very new and challenging just to make a simple nicely typeset document. We've all seen documents that has problem numbering using sections, like I did here. (The header says \textbf{2 Problem}.)\\

This is a package that makes it easy for student to hand in a formatted document in LaTeX. It just creates a couple of commands that typesets the document with nice headers (problem numbers and part problem numbers e.g. \textbf{(1a)} ).\\

If you are a teacher, this package works just as well for creating exercises!\\
 
If you found any bugs or want new functionality, to contribute, view the commented source, get latest version of this package or get in touch with me, you can do all of that at \url{https://github.com/Strauman/Handin-LaTeX-template/}
\tableofcontents
\clearpage
 \section{Reference}
\subsection{Making exercises}
 Here are commands related to creating exercises


\begin{docCommand}[]{problem}{\marg{text}}
 This command will print out a problem header. For example \dac{problem}\{1\}
 prints a nice big header \textbf{Problem 1} You can do a star (*) after \dac{problem} to
 prevent it from showing in the table of contents

\end{docCommand}

\begin{docCommand}[]{problem*}{\marg{text}}
 Does the same as \dac{problem}, but does not add the problem to the table of contents

\end{docCommand}

\begin{docCommand}[]{pproblem}{\marg{text}}
 This command will print out a part problem header based on what problem you are on.
 For example if you already have done \dac{problem}\{1\}, then \dac{pproblem}\{a\}
 prints a nice big header \textbf{(1a)}. You can do a star (*) after \dac{pproblem} to
 prevent it from showing in the table of contents

\end{docCommand}

\begin{docCommand}[]{pproblem*}{\marg{text}}
 Does the same as \dac{pproblem}, but does not add the part problem to the table of contents

\end{docCommand}

\subsection{Page formatting commands}
\begin{docCommand}[]{title}{\marg{title}}

\end{docCommand}

\begin{docCommand}[]{author}{\marg{your name}}

\end{docCommand}

\begin{docCommand}[]{logo}{\marg{path/to/image}}
 If you want an image below the title, you provide the path to the image here

\end{docCommand}

\begin{docCommand}[]{coursename}{\marg{text}}

\end{docCommand}

\begin{docCommand}[]{coursetitle}{\marg{text}}
 The front page will show coursename - coursetitle on a "subtitle" format

\end{docCommand}

\begin{docCommand}[]{institute}{\marg{text}}
 Shows as text on bottom

\end{docCommand}

\begin{docCommand}[]{containspages}{\marg{text}}
   Here you can set a string that shows on bottom. Default is\\
   \dac{containspages}\{Contains \dac{pageref}\brackets{LastPage\} pages, front page included}

\end{docCommand}

\begin{docCommand}[]{pagetext}{\marg{string}}
 This is the text that is on the bottom right corner reading "Page x of y". Default is
 \dac{pagetext}\{Page \dac{thepage}~of \dac{pageref}{LastPage\}}

\end{docCommand}

\subsection{Languages}
This package supports norwegian and english. Translations are welcome at \dac{url}\{https://github.com/Strauman/Handin-LaTeX-template/tree/master/src/languages\}. that are set by the \!\dac{texttt}\{iflang\} package.



\subsection{General reference}
\begin{docCommand}[]{settable}{\marg{text}}
 The text you enter would be a macro. See example:

\end{docCommand}

\begin{dispListing}
 \settable{hello}
 %if now \@hello is called,
 % a warning is displayed with
 % the text "\hello not set"
 \hello{world}
 % if now \@hello is called, it prints "world"
 \@hello@noerror gives the returning
 content and empty without error if no content set.
 \ifset@hello{true}{false}

\end{dispListing}


\section{Changelog}
% Use , 2018/04/01
\begin{tabular}{lll}
  Version&Date&Changes\\
  v0.0.2&2018/04/01&Problems are now added to the table of contents by default
\end{tabular}
 \end{document}