Parent Directory
|
Revision Log
added README and LICENCE files.
1 2 WeBWorK 3 Program Generation Language 4 Version 2.1 5 6 Copyright 2000-2004, The WeBWorK Project 7 All rights reserved. 8 9 Introduction 10 11 The [7]WeBWorKTeam is pleased to announce the release of version 2.1 12 of the WeBWorK Program Generating Language (PG). This release includes 13 new features and bug fixes: 14 15 * New [8]mathematical-expression parser (for use in writing PG 16 problems). 17 * Fixed generation of LaTeX version of sqrt. 18 * Fixed implementation of useBaseTenLog flag. 19 * Make combinations function C(n,k) return 0 when k>n, which is 20 standard. 21 * Fixed error when using cplx_cmp. 22 23 (Contributiors: please feel free to add anything I've forgotten.) 24 25 Availability 26 27 PG is distributed as a tarball. It is available on our SourceForge 28 project page: 29 [9]http://sourceforge.net/project/showfiles.php?group_id=93112 30 31 To use this library, you will probably want to download WeBWorK. See 32 [10]AvailableVersions for more information. 33 34 Installation directly from CVS is also possible. Refer to the 35 [11]InstallationManualV2pt1 for more information. 36 37 Installation 38 39 Documentation on installing and configuring PG is available in the 40 WeBWorK [12]InstallationManualV2pt1. If you are upgrading an existing 41 installation, be sure to read the section [13]Upgrading an existing 42 WeBWorK installation. 43 44 Help 45 46 If you need help installing or using PG 2.1, consult [14]WeBWorKDocs 47 and [15]WeBWorKFAQs. 48 49 You can also visit the [16]WeBWorK discussion group and post your 50 question there. The developers monitor this forum. 51 52 Bug Reports & Feature Requests 53 54 Submit bug reports and feature requests at 55 [17]http://bugs.webwork.rochester.edu/. We can't fix bugs and add 56 features if you don't tell us about them! 57 58 Patches 59 60 While we welcome patches of any sort, by patching against the latest 61 CVS code, you save us and yourself time. A bug in this release may be 62 fixed in CVS, and we can more easily handle patches against the latest 63 code. Check out the latest development version from CVS and patch 64 against that. Consult the [18]WeBWorKCVS topic for more information. 65 66 -- [19]SamHathaway - 28 Oct 2004 67 68 References 69 70 7. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/WeBWorKTeam 71 8. http://devel.webwork.rochester.edu/doc/cvs/webwork2_rel-2-1/doc/parser/ 72 9. http://sourceforge.net/project/showfiles.php?group_id=93112 73 10. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/AvailableVersions 74 11. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/InstallationManualV2pt1 75 12. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/InstallationManualV2pt1 76 13. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/InstallationManualV2pt1#Upgrading_an_existing_WeBWorK_in 77 14. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/WeBWorKDocs 78 15. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/WeBWorKFAQs 79 16. http://webhost.math.rochester.edu/webworkdocs/discuss/ 80 17. http://bugs.webwork.rochester.edu/ 81 18. http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/WeBWorKCVS 82 19. http://devel.webwork.rochester.edu/twiki/bin/view/Main/SamHathaway
aubreyja at gmail dot com | ViewVC Help |
Powered by ViewVC 1.0.9 |