tex templates
build a .tex
template that accomplishes contains tokens for the following parameters (list may be incomplete):
- name of algorithm
- short description of algorithm
- description of input parameters and output parameters (signature of the function)
A token in the above sense is a place holder that can easily be found via a regular expression and substituted by real contend, i.e. something like {{NAME_OF_ALGO}}
Depending on the type of algorithm, we may need different templates. I think most of the cases will use one of the following:
Before-and-after
- layout figure/minipage or another suitable .tex structure to have the initial image on the left and the outcome of the algorithm on the right
parameter-study
Here more than one outcome could be interesting. Example what happens if we change this parameter or another on. What happens if we let the algorithm run for n
iterations
Further templates??
Edited by Fabian Nuraddin Alexander Gabel