TextCite: Publication Quotation Manager 1.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News TextCite: Publication Quotation Manager 1.3 (Default branch)
# 1  
Old 05-08-2008
TextCite: Publication Quotation Manager 1.3 (Default branch)

ImageTextCite is a program for organizing and commenting textual citations from texts (books, articles, or other published works) for use in producing scientific or academic publications. You can organize by publication, author, category, or outline. It works with bibliographic management programs like Citation, EndNote, RefWorks, and BibTeX, providing important text/citation management capabilities that these programs lack, while still allowing for rapid footnote and bibliography generation by means of your favorite bibliography manager. It also exports to PDF and Word (RTF).License: GNU General Public License v2Changes:
Improvements to RTF and PDF export facilities. PDF export now offers much greater flexibility over output, as well as the ability to generate documents with footnotes. RTF export now adds the ability to properly export bibliographic codes for integration with programs such as Endnote and RefWorks. This release includes improvements to avoid problems that could cause data corruption.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
CONVERTQUOTA(8) 					      System Manager's Manual						   CONVERTQUOTA(8)

NAME
convertquota - convert quota from old file format to new one SYNOPSIS
convertquota [ -ug ] -e filesystem convertquota [ -ug ] -f oldformat,newformat filesystem DESCRIPTION
convertquota converts old quota files quota.user and quota.group to files aquota.user and aquota.group in new format currently used by 2.4.0-ac? and newer or by SuSE or Red Hat Linux 2.4 kernels on filesystem. New file format allows using quotas for 32-bit uids / gids, setting quotas for root, accounting used space in bytes (and so allowing use of quotas in ReiserFS) and it is also architecture independent. This format introduces Radix Tree (a simple form of tree structure) to quota file. OPTIONS
-u, --user convert user quota file. This is the default. -g, --group convert group quota file. -f, --convert-format oldformat,newformat convert quota file from oldformat to newformat. -e, --convert-endian convert vfsv0 file format from big endian to little endian (old kernels had a bug and did not store quota files in little endian format). -V, --version print version information. FILES
aquota.user new user quota file aquota.group new group quota file SEE ALSO
quota(1), setquota(8), edquota(8), quotacheck(8), quotaon(8), repquota(8) AUTHOR
Jan Kara <jack@suse.cz> 4th Berkeley Distribution Fri Aug 20 1999 CONVERTQUOTA(8)