Celeb Glow
general | March 25, 2026

Gnumeric tables to latex

I've been using Gnumeric's functionality to export tables to be usable in LaTeX. My question is if there is an easy way to locally change the font size fot hose tables.

My tables are quite complex (produced by SPSS actually, but that's another problem, I have no choice producing them in this way, hopefully for not too long). What I do is "export other format", then choose "LaTeX", not "fragment...". This gives a file that can be compiled on its own, but that can also be included (using \input{}) in my main LaTeX file. Some minor adjustments are neede in order this to work (load packages...). However, for some reason nothing happens when, for instance I do \begin{small} \input{} \end{small}. I tried changing the fonts size in Gnumeric, without any result.

The tables I get are way too big, I would like to have then in \small size or even \footnotesize, ithout affecting the font size for the main document.

Thanks in advance!

2 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy