diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-18 18:21:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-18 18:21:01 +0000 |
commit | 9ec59a52efe9f9a4e9dbdfb47f893f66e718ab69 (patch) | |
tree | 2ff54e57fd58a4a817db491a90d15766d8595736 /Master/texmf-dist/doc/latex/ulqda/README | |
parent | 6b60829e5501e746c1a35a55b1e4883dea9665cd (diff) |
new latex package ulqda (15may09)
git-svn-id: svn://tug.org/texlive/trunk@13209 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ulqda/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/ulqda/README | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/ulqda/README b/Master/texmf-dist/doc/latex/ulqda/README new file mode 100644 index 00000000000..fc4939e5d0a --- /dev/null +++ b/Master/texmf-dist/doc/latex/ulqda/README @@ -0,0 +1,42 @@ +ulqda - A LaTeX package supporting Qualitative Data Analysis + +Copyright (C) 2009 by Ivan Griffin (ivan.griffin@ul.ie) + +This file may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either +version 1.2 of this license or (at your option) any later +version. The latest version of this license is in: + + http://www.latex-project.org/lppl.txt + +and version 1.2 or later is part of all distributions of +LaTeX version 1999/12/01 or later. + +ulqda is a LaTeX package for use in Qualitative Data Analysis research. +It supports the integration of Qualitative Data Analysis (QDA) research tasks, +specifically for Grounded Theory, into the LaTeX work flow. + +It assists in the analysis of textual data such as interview transcripts +and field notes by providing the LaTeX user with macros which +are used to markup textual information - for example, in-depth +interviews - in order to facilitate the distillation of emerging +themes from the data in a consistent and reliably manner, and to +support visualization of these themes. + +ulqda requires the use of pdfeTeX. The following LaTeX packages, +available on http://www.ctan.org/ are needed by the ulqda +package: + * soul.sty + * color.sty + * multicols.sty + * PGF/TikZ + * dot2texi.sty + +In addition, the following external tools are required for processing +and graph/list generation: + * GraphViz (http://www.graphviz.org) + * dot2tex (http://www.fauskes.net/code/dot2tex/} + * Perl and the Digest::SHA1 module + +I have tested the package on Fedora running TeX Live 2008 and on +Windows 7 running MiKTeX. |