Hello, I would like to do some spreadsheet like calculations with ConTeXt. Before using the same package, I've used once upon a time with LaTeX (realcalc), I would like to know, if there are already some macros for calculations in ConTeXt, or if you could recommend some method, how to do that. FYI my old LaTeX-file: \documentclass{article} \usepackage{dcolumn} \input{realcalc}% on CTAN \newcommand*\cc[1]{\multicolumn{1}{c}{#1}} \def\scanwert\ignorespaces#1\unskip{\gdef\WERT{#1}#1} \begin{document} \begin{tabular}{>{\scanwert}D{.}{,}{-1}% >{\Rmul\res\WERT{6.55957}\Radd\res\res{0.005}\Rtrunc\res2\res\res}% D{.}{,}{-1}}% \cc{Euro}&\cc{FF}\\\hline 20.33 & \\ 20.3 & \\ 20 & \\ 14.46 & \end{tabular} \end{document} Cheers, Peter -- http://pmrb.free.fr/contact/
� wrote:
Hello,
I would like to do some spreadsheet like calculations with ConTeXt. Before using the same package, I've used once upon a time with LaTeX (realcalc), I would like to know, if there are already some macros for calculations in ConTeXt, or if you could recommend some method, how to do that.
wait till pdfluatex is out -) Hans
wait till pdfluatex is out -)
Does it have to do with the Lua language, or "lua" in middle has an other meaning? jk -- // Jilani KHALDI http://jkhaldi.oltrelinux.com
Jilani Khaldi wrote:
wait till pdfluatex is out -)
Does it have to do with the Lua language, or "lua" in middle has an other meaning?
the language http://www.pragma-ade.com/general/manuals/luatex.pdf Hans
Hans Hagen Test wrote:
Jilani Khaldi wrote:
wait till pdfluatex is out -)
Does it have to do with the Lua language, or "lua" in middle has an other meaning?
the language
http://www.pragma-ade.com/general/manuals/luatex.pdf
Hans
I cannot resist.... http://www.guit.sssup.it/GuITmeeting/2005/fotografie_1.php near "Sembra una bomba!" luigi
the language
Just one word. Wonderful! jk -- // Jilani KHALDI http://jkhaldi.oltrelinux.com
For me, I do all in Excel/OOoCalc then export it into ConTeXt format :-)
Q.
On 10/13/05, Peter Münster
Hello,
I would like to do some spreadsheet like calculations with ConTeXt. Before using the same package, I've used once upon a time with LaTeX (realcalc), I would like to know, if there are already some macros for calculations in ConTeXt, or if you could recommend some method, how to do that.
FYI my old LaTeX-file:
\documentclass{article} \usepackage{dcolumn} \input{realcalc}% on CTAN \newcommand*\cc[1]{\multicolumn{1}{c}{#1}} \def\scanwert\ignorespaces#1\unskip{\gdef\WERT{#1}#1} \begin{document} \begin{tabular}{>{\scanwert}D{.}{,}{-1}% >{\Rmul\res\WERT{6.55957}\Radd\res\res{0.005}\Rtrunc\res2\res\res}% D{.}{,}{-1}}% \cc{Euro}&\cc{FF}\\\hline 20.33 & \\ 20.3 & \\ 20 & \\ 14.46 & \end{tabular} \end{document}
Cheers, Peter
-- http://vnoss.org Vietnamese Open Source Software Community
participants (5)
-
Hans Hagen Test
-
Jilani Khaldi
-
luigi.scarso
-
Peter Münster
-
VnPenguin