Showing posts with label table. Show all posts
Showing posts with label table. Show all posts

Tuesday, June 9, 2009

LaTeX: How to change the word Figure or Table

To change the word Figure or Table

What you need is \renewcommand{}{}.

Example:

  1. Change Figure to Rajah:
    \renewcommand{figurename}{Rajah}

  2. Change Table to Jadual:
    \renewcommand{tablename}{Jadual}

What about List of Figures and List of Tables?

We can still use the same \renewcommand{}{}.

Example:

  1. Change List of Figures to Senarai Rajah:
    \renewcommand{listfigurename}{Senarai Rajah}

  2. Change List of Tables to Senarai Jadual:
    \renewcommand{listtablename}{Senarai Jadual}

Tuesday, May 6, 2008

Create LaTeX table easily

LaTeX is a great typesetting system that produces publication quality mathematics, and it is free. However, creating table in LaTeX is not an easy task.

Fortunately, there are some table generator exists for creating LaTeX table. One example is Excel2LaTeX. Excel2LaTeX is a free Microsoft Excel addin that allows you to transform the Microsoft Excel current selection into LaTeX code. Most of the formatting such as bold, italic, border lines, and multi column cells, will be preserved.


The usage is very simple. First, create the table using Microsoft Excel. Second, highlight the table. Finally, click on the Excel2LaTeX addin button on the toolbar. The LaTeX code can then be copied to the clipboard, or saved as a LaTeX file.

As a conclusion, creating table in LaTeX is not an easy task. However, the existence of LaTeX table generator such as Excel2LaTeX, will ease the problem.

Download link: Excel2LaTeX