CTAN masthead graphic CTAN lion sketch

Directory: CTAN home / tex-archive/ macros/ latex/ contrib/ brclc

You can get this entire directory bundled as brclc.zip.

Packages located here

Package Caption
brclc Support 16-bit (double) calculations in LaTeX.

Subdirectories of this one

There are no subdirectories here.

Files in this directory

NameDateSize Description
CHANGES 1999-09-09 346 bytes download
COPYING 1999-08-02 17 Kbyte download
Makefile 1999-09-01 284 bytes download
README 1999-09-09 2 Kbyte download Shown below
README.DOS 1999-08-04 254 bytes download
brclc.c 1999-09-09 27 Kbyte download
brclc.exe 1999-09-09 136 Kbyte download
brclc.lsm 1999-09-09 601 bytes download
brclc.sty 1999-09-09 1 Kbyte download
brclc_ge.dvi 1999-09-09 20 Kbyte download
testclc.bat 1999-08-04 44 bytes download
testclc.sh 1999-08-04 123 bytes download
testclc.tex 1999-09-09 3 Kbyte download

Contents of the README file

brclc v0.1.3 - calculations under LaTeX.
Copyright (C) 09/1999 Bernd Radgen.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


Roadmap
-------

The COPYING file contains a copy of the GPL described above.

The sourcecode is brclc.c.

The brclc.sty is the LaTeX package.

Makefile is the Makefile for the program brclc under LINUX (may also
work with other systems).

the testclc.sh shellscript for testing.

The README.DOS, testclc.bat and a compiled brclc.exe for DOS-users.

Installation
-------------
Copy all files in 1 directory.

Compile the source brclc.c:

You can use the Makefile just typing:

make

or type

gcc -O2 -Wall -lm -s brclc.c -o brclc.

Now copy the file brclc in your PATH (/usr/bin/).

Test the function by typing:
testclc.sh test.tex

You may copy the brclc.sty file in your TeX-tree where the
other macro-packages can be found.

Description
-----------
The program brclc and the package brclc.sty implements a possibility
for doing 16-bit(double) calculations within a LaTeX file. The
following calculations are implemented:

+, -, *, /, ^, exp, log, ln, sin, cos, tan, asin, acos, atan.

The output can be formated and rounded.

Usage:
------
The program brclc is a preprocessor so it must be run before you
run LaTeX! So it is recommended using a shellscript like 'testclc'
which does this for you.

In the LaTeX-File you must load the package brclc.sty:

\usepackage{brclc}

now the new command \clc{arg} is implemented.

The program brclc outputs a file called *.clc. In this file LaTeX finds
the definitions needed to completed the \clc{arg}-command. It is
automatically loaded by the brclc.sty package.

The program brclc also outputs a log-file named *.clg.

The LaTeX-commands:

\verb, \begin/end{verbatim}, \includeonly, \include, \input

are also interpreted by brclc.

For more Information read the brclc_ge.dvi file. Maybe someone will
translate this File in english? Contact me.

Limitations:
------------
You can not implement the \clc{arg}-command in new command-definitions
because the brclc-program will not understand this!

Other then the above shown verbatim-Modes will not work over the \clc{arg}
command.

LaTeX-commands or -enviroments which made virtual printing for internal
calculations may not work. But 'tabularx' is now implemented.

Contacting me
-------------

Email: radgen@physik.uni-frankfurt.de

Share and enjoy!

-Bernd.




Small print: This listing is regenerated periodically so there is a small chance that the directory has changed from what is shown here; to be sure, check the FTP listing.