grid uistack surf view 2037 (7/16/2012 10:17:13 PM) comp.soft-sys.matlab Is it possible to show grid lines in front of a 3D surface?
I tried:
figure
h=surf(membrane(), 'EdgeColor','none');
grid on
view(2)
uistack(h, 'bottom')
uistack(gca, 'top')
Thanks,
-Felipe.
... Felipe
fftw tuning329 (3/8/2011 12:02:31 AM) comp.soft-sys.matlab The documentation for Matlab's fftw interface states that: fftw('planner', method) sets the method by which the tuning algorithm searches for a good FFT algorithm when the dimension of the FFT is _not_ a p... Felipe
conditional formatting: \mathbf{#1} and \boldsymbol{\ell}531 (8/16/2009 6:45:40 PM) comp.text.tex Hi. I have a command to format vectors in bold face that reads: \newcommand{\vect}[1]{\mathbf{#1}} Since there is no bold face version for the $\ell$ character, I do: \newcommand{\vectell}{\boldsymbol{\ell... Felipe
same bibtex style, only different ordering123 (1/22/2009 12:51:26 AM) comp.text.tex Hi. I've created a new bibtex style fulfilling all of the requirements from my department. That style lists references in the order author-year. Now I'd like to use the same style but having the list of referen... Felipe
\interfootnotelinepenalty=2147483647 and footnote keeps splitting213 (1/10/2009 12:33:37 PM) comp.text.tex I have a half-page long footnote that LaTeX keeps splitting no matter how hard I try to force it to fit on the same page (I don't care how much blank space that page will end up having). I tried: \interfootnot... Felipe
{\ttfamily\doi{>}} with \usepackage{mathptmx} (ugly patch)134 (1/5/2009 7:48:56 PM) comp.text.tex I'm trying to have the output from \doi{} formatted in mono-spaced font (just like \url{}), when using the Adobe Times font (\usepackage {mathptmx}). I'm aware that the \doi{} command connot be used within oth... Felipe
author = {\noopsort{Cerveny}{\v{C}erven{\`y}, Vlastislav}},521 (1/3/2009 11:35:14 PM) comp.text.tex Hi. I tried doing author = {\noopsort{Cerveny}{\v{C}erven{\`y}, Vlastislav}}, to make bibtex list this author around letter C, not V (from the accent "\v{}"); the ordering works fine, but for some reason ... Felipe
writing a resume in TeX443 (1/5/2009 4:15:20 PM) comp.text.tex I use plain TeX for the most part... Is there an easy way to do a CV or resume in TeX? Perhaps some handy macros or something? Link? ... cliff8441(4)
bibtex: replacing "CA" for "Calif." in address field424 (1/3/2009 6:33:38 PM) comp.text.tex My dept. style requires state names to be, e.g., "Calif." instead of "CA" for California, in the list of references.I could replace accordingly in my bib file, but I was wondering how much work it'd be to have ... fgnievinski1(40)
bibtex style enforcing title capitalization523 (1/3/2009 4:54:49 PM) comp.text.tex The custom-bib package offers two options for title capitalization: "sentence" and "title". Sentence-style capitalizes the first word and words following colons; title-style leaves it capitalized as in the bib ... fgnievinski1(40)