chrisersen / argumentation

LaTeX package for argumentation theory (Toulmin etc)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

argumentation.sty

LaTeX package for argumentation theory (Toulmin 1958 etc). The aim of developing this package is to provide an environment like the toulmin-environment to typeset argumentation schemes. E.g:

\documentclass{article}
\usepackage{argumentation}
\begin{document}

\begin{toulmin}
  \fact{fact}
  \warrant{warrant}
  \backing{backing}
  \qualifier{qualifier}
  \rebuttal{rebuttal}
  \conclusion{conclusion}
\end{toulmin}

\end{document}

toulmin example

If you are not using \qualifier and \rebuttal, the design is automatically changed:

\begin{toulmin}
  \fact{fact}
  \warrant{warrant}
  \backing{backing}
  \conclusion{conclusion}
\end{toulmin}

toulmin example

I start deleloping with a regular tex-file. This will get transferred to a dtx file with documentation soon. It will not be stable until some time in 2020.

references

Toulmin, S. E. (1958). The uses of argument. Cambridge: Cambridge University Press.

About

LaTeX package for argumentation theory (Toulmin etc)

License:GNU General Public License v3.0


Languages

Language:TeX 97.2%Language:Makefile 2.8%