I was beating my day because the index was not being printed on the report.
Later, after a good number of search(es), I found that this is interesting feature of MikTex 2.9
The problem was solved by changing %bm to %tm in the MakeIndex option.
Here is what I did:
Go to build > Define Output Profiles (Alt+F7)
Change %bm to %tm in the MakeIndex option.
Probably same thing needs to happen with Bibtex (if problem persists).
Edit:
I am really glad that you are finding it useful. Happy Texing!
Monday, November 29, 2010
Saturday, November 27, 2010
Entropy Plot for a fair coin toss
Entropy Plot for a fair coin toss
(Yes png as pdflatex does not take eps or pdf format.)
...
(Yes png as pdflatex does not take eps or pdf format.)
...
Friday, November 26, 2010
Getting rid of un-necessary white spaces in matlab figures
Matlab creates a huge white space around the picture when we do "saveas figure".
There is workaround:
There is workaround:
Thursday, November 25, 2010
Matlab codes in Latex
Use the package (mcode.sty) from:
http://www.mathworks.com/matlabcentral/fileexchange/8015-m-code-latex-package
add:
\usepackage[options]{mcode}
in the "header"
follow:
http://my.opera.com/locksley90/blog/2008/02/25/how-to-include-matlab-source-code-in-a-latex-document
Here is what I did:
This creates a box, pushes everything inside the box (ugly though) and forces next item to new page
\lstinputlisting[label=lst:run_main,breaklines=true, caption={\mcode{run_main.m}}]{G:/academy/random-s-circle/jan14-refine/run_main.m}
\clearpage
http://www.mathworks.com/matlabcentral/fileexchange/8015-m-code-latex-package
add:
\usepackage[options]{mcode}
in the "header"
follow:
http://my.opera.com/locksley90/blog/2008/02/25/how-to-include-matlab-source-code-in-a-latex-document
Here is what I did:
This creates a box, pushes everything inside the box (ugly though) and forces next item to new page
\lstinputlisting[label=lst:run_main,breaklines=true, caption={\mcode{run_main.m}}]{G:/academy/random-s-circle/jan14-refine/run_main.m}
\clearpage
Wednesday, November 24, 2010
Subscribe to:
Posts (Atom)