412 reputation
112
bio website matrukripa.com
location United States
age 47
visits member for 1 year, 11 months
seen Jun 22 '12 at 2:07
stats profile views 28

Doing PhD in Electrical Engineering


May
12
awarded  Popular Question
Apr
6
awarded  Popular Question
Dec
20
awarded  Popular Question
Aug
6
awarded  Nice Question
Jun
10
awarded  Yearling
May
9
comment IEEEtran, subfig clash?
@HarishKumar thanks!
May
9
revised IEEEtran, subfig clash?
edited tags
May
9
accepted IEEEtran, subfig clash?
May
9
comment IEEEtran, subfig clash?
I hear about subcaption package. Is it a replacement for subfig?
May
9
comment IEEEtran, subfig clash?
@Gonzalo Medina, Thanks for the answer. Adding an empty [] to the caption fixed the issue without using protect. \protect alone didn't help. But I have couple of questions. (1) Why this solved the problem? (2) Why did you say that the usage of \label and \subref inside \caption is strange? I have been using it like this always :)
May
9
asked IEEEtran, subfig clash?
Apr
24
answered configure latexmk in Texworks 0.2.3
Apr
4
comment How to create the graph only once in Tikz/pgf/pgfplots
thanks, I have even upvoted your reply
Apr
4
comment How to create the graph only once in Tikz/pgf/pgfplots
Oh standalone is a latex package. I guess I understood what you meant. I searched for standalone in pgf manual and couldnot understand that. Thanks
Apr
4
comment How to create the graph only once in Tikz/pgf/pgfplots
You know I was using gnuplot earlier and recently migrated to tikz and I was finding it nice. But how to do such a thing without using another graphing program? I mean by using tikz or its related packages alone?
Apr
4
comment How to create the graph only once in Tikz/pgf/pgfplots
I deleted the pdf files tex created and it did work. What do you mean by "keep the figures in external files"? Another latex file with tikzpicture environment and include that? But then how will that help this situation?
Apr
4
comment How to create the graph only once in Tikz/pgf/pgfplots
How the tex/pgfplots will identify if I modify the plots environment? Should I manually delete the pdf file created in the earlier runs?
Apr
4
accepted How to create the graph only once in Tikz/pgf/pgfplots
Apr
4
comment How to create the graph only once in Tikz/pgf/pgfplots
It is fine now. There was another error (file missing) which caused this behavior I guess. But that error did not show up instead the previous one (the one I posted earlier) showed up. Thanks again. It is difficult to imagine when one quickly thumbs through the pgf manual that it is the externalization library that is needed.
Apr
4
comment How to create the graph only once in Tikz/pgf/pgfplots
Thanks for the reply. It does work. But I have a small problem. Every time I run pdflatex, it stops in between saying that the system call 'pdflatex -shell-escape -halt-on-error -interaction=batchmode -jobname "pami2012-figure2" "\def\tikzexternalrealjob{pami2012}\input{pami2012}"' did NOT result in a usable output file 'pami2012-figure2' (expected one of .pdf:.jpg:.jpeg:.png:). Please verify that you have enabled system calls. Actually I have enabled write18 and the pdf of each of the figures are produced also. I manage by pressing 's', but how to avoid that?