Search found 4 matches

by Orwel
Sat Jun 15, 2013 4:40 pm
Forum: Text Formatting
Topic: Automatic Table from Command
Replies: 2
Views: 2974

Automatic Table from Command

Thank for you solution, but I have problem with.
fillTable is declared in Document.tex and the table is in class.

But how I can define function tableCDS with fillTable in class.
\newcommand{\tableCDS}{
\begin{tabularx}{17cm}{|l|l|X|}
\hline
\multicolumn{3}{|c|}{} \\
\multicolumn{3}{|c|}{\large ...
by Orwel
Thu Apr 04, 2013 4:16 pm
Forum: General
Topic: Glossary Entry with multiple Name
Replies: 1
Views: 3517

Re: Glossary Entry with multiple Name

After a long search, it is possible with glossaries by acronyme.

But before switch to this way, nobody know make this with glossary???

I use UseLATEX, what is camke script to help to compile LaTeX project, and this script use only glossary :(

edit::So stupid...In documentaion to UseLATEX, I think ...
by Orwel
Wed Apr 03, 2013 3:46 pm
Forum: General
Topic: Glossary Entry with multiple Name
Replies: 1
Views: 3517

Glossary Entry with multiple Name

Hello,

I use the package glossary and I want use a double name to same entry.

For example, I want something like this.
\storeglosentry{god}{
name={god},
description={character who are strong}
}
\storeglosentry{goddess}{
name={goddess},
description={character who are strong}
}

This example ...
by Orwel
Wed Mar 27, 2013 2:29 am
Forum: Text Formatting
Topic: Automatic Table from Command
Replies: 2
Views: 2974

Automatic Table from Command

Hello,

I want to create a table, who is automatic to fill. It is to make listing of modification in my document.

This is my declaration of table.
\begin{tabularx}{17cm}{|l|l|X|}
\hline
\multicolumn{3}{|c|}{} \\
\multicolumn{3}{|c|}{\large{\textbf{Historique des modifications}}}\\
\multicolumn{3 ...