Search found 34 matches

by melekzedek
Thu May 22, 2014 4:33 am
Forum: General
Topic: totcount package
Replies: 5
Views: 4006

totcount package

Thanks for the answer.
Unfortunately, my problem is that the content of the preface and the chapters are defined as files, they are not written between \begin{document} and \end{document}, they are called using \input, and I think this is the reason the counter is not working.
by melekzedek
Thu May 22, 2014 3:21 am
Forum: General
Topic: totcount package
Replies: 5
Views: 4006

totcount package

Here is a MWE


\documentclass{book}
\usepackage{amsmath,amsthm,amssymb}
\usepackage{totcount}
\newtheorem{thm}{Theorem}[section]
\regtotcounter{thm}
\begin{document}
\input{preface}
\input{chp1}
\input{chp2}
\end{document}
and now in the file preface I have the command
\total{thm}
but the ...
by melekzedek
Thu May 22, 2014 2:05 am
Forum: General
Topic: totcount package
Replies: 5
Views: 4006

totcount package

Hi,

I'm finishing writing a math book and I'm trying to generate a statistics report to include at the end of the preface. After some search, it seems that the appropriate package to use is the totcount, but since I'm using the input to include each chapter, the counter is not working, and I always ...
by melekzedek
Thu Nov 21, 2013 11:48 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: Index of Subjects and Symbols
Replies: 6
Views: 15538

Index of Subjects and Symbols

I think what I want is not a feature in any package. Therefore it is necessary to tweak with some existing packages. I'll try to do the following, to obtain the end result that I want in the symbol index (if anyone knows how to do each step, please let me know):


I need to define multiple indexes ...
by melekzedek
Thu Nov 21, 2013 8:57 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: Index of Subjects and Symbols
Replies: 6
Views: 15538

Re: Index of Subjects and Symbols

I tried to read the package documentation of both packags, but I was not able to find what I was looking for. I will give another look carefuly.

Thanks for the anwser
by melekzedek
Thu Nov 21, 2013 5:41 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: Index of Subjects and Symbols
Replies: 6
Views: 15538

Index of Subjects and Symbols

Hello TeXnians,

I'm writing a book and need to make a subject index and a symbol index similar to the following one
Screen Shot 2013-11-20 at 20.28.30.png
The problem is that I tried to find some package to do this and I couldn't find. I'm using multind , but it is to old and the symbol index is ...
by melekzedek
Fri Nov 15, 2013 5:09 am
Forum: General
Topic: book icon
Replies: 3
Views: 6688

Re: book icon

Thanks localghost for the tip. I will try to see if it's the solution and I will let you know.
by melekzedek
Wed Nov 13, 2013 2:14 am
Forum: General
Topic: book icon
Replies: 3
Views: 6688

book icon

I need a book icon in LaTeX. I searched in many places but was unable to find one. Does anyone known a package that has a symbol of a book?

Thanks in advance
by melekzedek
Thu Nov 07, 2013 2:54 am
Forum: General
Topic: Comments in a Document
Replies: 2
Views: 2750

Comments in a Document

Thank you very much. I think the fancytooltips is the answer to my question.
by melekzedek
Wed Nov 06, 2013 7:31 am
Forum: General
Topic: Comments in a Document
Replies: 2
Views: 2750

Comments in a Document

Recently I received some paper galley proof from a well-known publishing house. The article was written in LaTeX and they had some comments in the text, as the one in the following image
comments.png
The comment is only visible if the mouse is over the word. Does anyone knows how to obtain this ...