blob: 131cd0912b9b53c590f2ee03d0c6ac6684c8ba94 (
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
|
The AcroWeb scripts collection is a tool for creation of interactive
PDF tests on the fly on the Internet with AcroTeX eDucation bundle and
pdfLaTeX without too much knowledge of LaTeX. The questions are stored
in a plain text database used for example on the eLearning system at
Mendel Univeristy in Brno. The demo site is
http://www.mendelu.cz/user/marik/acroweb.
For description/installation/usage see the file acroweb.pdf
The author is supported by the grant FRVS 18/2006 (Fund for
Developement of Czech Universities).
%%AcroWeb
%% Copyright 2006-2007 R. Marik
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% 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.3 or later is part of all distributions of LaTeX
% version 2005/12/01 or later.
%
% This work has the LPPL maintenance status `maintained'.
%
% The Current Maintainer of this work is R. Marik, marik@mendelu.cz
%
% This work consists of the following files and directories:
% acroweb_eng.pm demo1.tex demo2.txt template2.php template.pl
% acroweb.php demo1.txt demo.html template2.pl template.tail
% acroweb.pm demo2.head doc template2.tail template.tex
% demo1.head demo2.php genoffline.sh template2.tex template.txt
% demo1.php demo2.pl log template2.txt
% demo1.pl demo2.tail scripts template.head
% demo1.tail demo2.tex template2.head template.php
|