Search found 3 matches

by moodamultani
Fri Oct 10, 2014 11:49 pm
Forum: General
Topic: Glossaries compiled but not displayed
Replies: 3
Views: 10318

Re: Glossaries compiled but not displayed

Hi Johannes,

Thanks for your reply and I am coming back to check this after a few weeks as I was running my research experiments. Apologies for the delay.

Referring to your reply...I indeed included the \makeglossaries command as given in the sample file given on the tutorial link. By external, do ...
by moodamultani
Wed Aug 27, 2014 1:32 am
Forum: General
Topic: Glossaries compiled but not displayed
Replies: 3
Views: 10318

Glossaries compiled but not displayed

Hi friends,

I am using the following example for glossaries on the page:
http://www.latex-community.org/know-how/263-glossaries-nomenclature-lists-of-symbols-and-acronyms

But, I am not getting the glossaries list displayed. The pdf only gives the text with relevant text highlighted (with hyperref ...
by moodamultani
Tue Aug 28, 2012 11:59 am
Forum: Graphics, Figures & Tables
Topic: Table Caption-width setting
Replies: 1
Views: 1514

Table Caption-width setting

Hello Forum friends,

I am trying to use \caption command in the usual table environment as follows:

\begin{table}[h]
\centering
\begin{tabular}{|p{8cm}p{7cm}|}
\hline
Coulmn 1 & Column 2 \\
\hline
\end{tabular}
\caption{Caption 1}
\label{tab:One}
\end{table}

The output is centered in the page ...