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}

Related

This entry was posted in LaTeX and tagged , , , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>