The problem is that the calc package redefines \setlenght . A simple way to fix it consists in capturing the original definition of \setlenght in a new command, say \Setlenght , before loading calc and use \Setlenght instead of \setlenght in the definition of \Cline .
Check the following minimal ...
Search found 657 matches
- Tue Aug 14, 2018 2:11 pm
- Forum: Graphics, Figures & Tables
- Topic: Thick vertical lines in tabular
- Replies: 8
- Views: 102448
- Mon Jul 01, 2013 2:52 pm
- Forum: Math & Science
- Topic: Using equation inside "itemize"
- Replies: 7
- Views: 41586
Using equation inside "itemize"
If you don't want equation numbers, just don't use the \itemEq command defined in my previous post and write directly in math mode. Alternatively, if you have used \itemEq several times and you want to remove the number in a particular item, you can add \notag at the end (i.e. \itemEq{some math here ...
- Tue May 07, 2013 3:39 pm
- Forum: Page Layout
- Topic: Numbers overlapping Captions in LoF
- Replies: 2
- Views: 5549
Numbers overlapping Captions in LoF
In page 11 of the AMS-LaTeX guide , it is suggested to insert the line
\numberwithin{figure}{chapter}
in order to add the chapter number to the figure number. I suppose that is what JohnR did, so the figure numbering behaves as reported in the OP.
The following code solves the problem, I hope ...
\numberwithin{figure}{chapter}
in order to add the chapter number to the figure number. I suppose that is what JohnR did, so the figure numbering behaves as reported in the OP.
The following code solves the problem, I hope ...
- Thu Mar 07, 2013 10:58 pm
- Forum: Document Classes
- Topic: pdflatex pstricks pagelayout
- Replies: 5
- Views: 6659
pdflatex pstricks pagelayout
The malayalam bundle is not part of TeX Live, so I cannot test it and help you to solve issues with your language. Sorry. It seems however that typesetting should be possible through the long route (latex+dvips+ps2pdf), since there are some examples with pstricks in the malayalam bundle ...
- Wed Mar 06, 2013 7:32 pm
- Forum: Text Formatting
- Topic: Bibliography Items numbered in Order of Citations
- Replies: 1
- Views: 5705
Bibliography Items numbered in Order of Citations
Since you are manually writing the
{thebibliography}
environment, you should sort references by yourself. If you move to BibTeX, then this can be achieved automatically by using a suitable bibliographic style like unsrt
.- Wed Mar 06, 2013 7:23 pm
- Forum: Page Layout
- Topic: Appendix on two pages in TOC
- Replies: 1
- Views: 3707
Appendix on two pages in TOC
Try adding
\addtocontents{toc}{\newpage}
right before the appendices.- Wed Mar 06, 2013 7:16 pm
- Forum: Math & Science
- Topic: Position of Limits for Triple Integral
- Replies: 2
- Views: 10068
Position of Limits for Triple Integral
A quick fix: add manually some space, writing something like
\iiint_0^{\hspace{6pt}\infty}
. Anyway, are you sure you need this notation? For me, this is the first time I see something above the triple integral sign.- Wed Mar 06, 2013 6:36 pm
- Forum: Document Classes
- Topic: pdflatex pstricks pagelayout
- Replies: 5
- Views: 6659
pdflatex pstricks pagelayout
I think that the problem comes from the two lines pdflatex $1.tex that you'll see near the bottom in the script. Suppose that your source file is called foo.tex . First, it is compiled twice, so you get foo.dvi , with cross-references correctly settled. The successive commands dvips , psbook , psnup ...
- Mon Mar 04, 2013 11:17 am
- Forum: Page Layout
- Topic: Alter Margins on the first ToC Page only
- Replies: 6
- Views: 17121
Alter Margins on the first ToC Page only
I think that the technique you are using to change dimensions in the first page of chapters is error prone and not optimal. First, you do it manually, adding commands before and after each chapter heading. Second, it may be difficult to find a good point to place restoregeometry , since this command ...
- Mon Mar 04, 2013 2:06 am
- Forum: TeX Live and MacTeX
- Topic: Can't figure out where Mactex installed Texlive
- Replies: 8
- Views: 16327