7
votes
2answers
599 views

Create a table with calculations of binomial and poisson distribution

Well, I was looking for some tables on the internet about the binomial and poisson distribution (not the cumulative ones) in LaTeX format. But I've only found the code of the cumulative distributions, ...
0
votes
0answers
27 views

How to do simple spreadsheat calculation (e.g., sum row values) [duplicate]

Possible Duplicate: How can I automatically calculate sums in a LaTeX table? Is there a package, or some tricks, by which one could get the sum of all the value in a table row and write it ...
5
votes
1answer
96 views

How to calculate the number of cells per line

Assume I have a table with a dynamic number of rows and columns, and I want to fill the table with n elements. Assume an element has the constant length x, and I want to say make floor(linewitdth/x) ...
4
votes
2answers
143 views

divide table cells by a certain amount

I made a mistake in the values that i put in the table. I need to divide all the values by 105. Is there a method where i can do it without having to replace this with a completely new table ? % ...
2
votes
0answers
283 views

Project management tables (with cost “spread sheets”) using spreadtab [closed]

I'm trying to create a simple project management table detailing costs per task and milestone, using spreadtab: The code for the latter is: \begin{spreadtab}{{tabularx}{\textwidth}{lXllr}} \toprule ...
1
vote
1answer
295 views

Sequent Calculus

What is sequent calculus? See wiki: http://en.wikipedia.org/wiki/Sequent_calculus So basicaly I'd like to produce something like this: Maybe using Tikz?
5
votes
2answers
457 views

Adding numerical values in a LaTeX tabular column [duplicate]

Possible Duplicate: How can I automatically calculate sums in a LaTeX table? Does anyone know if the is a TeX/LaTeX package which will make an ordinary tabular environment work as a simple ...
2
votes
3answers
1k views

Can LaTeX perform simple math operations? [duplicate]

Possible Duplicate: How can I automatically calculate sums in a LaTeX table? Can LaTeX do simple math? I have a table with two columns and want to automatically add a third column which ...
0
votes
1answer
163 views

Why did my exact calculation still produce small gaps on the most left and right table rules?

I have specified each tabular cell width exactly using formula ##1\linewidth-2\tabcolsep-1.5\arrayrulewidth as shown in the following code snippet: \documentclass[dvips,dvipsnames,rgb]{book} ...
25
votes
5answers
7k views

How can I automatically calculate sums in a LaTeX table?

Sometimes I would like LaTeX to automatically calculate sums (or other simple arithmetic) for me, eg. in a table. I would like to ensure that when I update the table, I don't accidentally forget to ...