How to convert a nu to a nu with a tilde
chemikerhero
Commonly, one uses the greek letter ν with a tilde above a formula sign (symbol) for this.
how can one format the axis label such, that the ν (nu) has a tilde above?
The common caracters have neither in symbol nor in arial or times new roman a tilded ν.
only available is the "n" in symbol which corresponds to the commonly used ν for the frequency.
can anybody help me to explain how this can be achieved?
Preferentially not with gong to different x and y positions like:
(which of course works but is a little bit nasty)
<br />
<br />
\F'Symbol' \[0n \F'Arial' this is a testing line<br />
\Y0 \sb-93 <br />
\X0~</span>
<br />
\F'Symbol' \[0n \F'Arial' this is a testing line<br />
\Y0 \sb-93 <br />
\X0~</span>
http://www.igorexchange.com/node/7136
June 30, 2016 at 06:53 am - Permalink
John Weeks
WaveMetrics, Inc.
support@wavemetrics.com
June 30, 2016 at 09:38 am - Permalink
Also, I'd like to be able to put a hat on epsilon_1.
January 4, 2017 at 07:44 am - Permalink
If you're using Igor Pro 7, try this command (tested on Macintosh):
NOTE: The Label command above is missing the top hat symbol at the very end. If you happen to actually want the top hat, it's unicode character U+1F3A9 or UTF-8 0xF0 0x9F 0x8E 0xA9
January 4, 2017 at 08:51 am - Permalink
I wasn't able to copy and use the code, but I copied it from your picture file. I attached what I was putting in. And I used mu since I couldn't find epsilon (where is that?).
Any thoughts? Thanks.
January 4, 2017 at 02:15 pm - Permalink
January 4, 2017 at 06:55 pm - Permalink
Is there a way to do this in Igor 6?
January 5, 2017 at 08:06 am - Permalink
January 6, 2017 at 06:30 am - Permalink
There is a kluge for incorporating Latex (see http://www.igorexchange.com/project/LaTeXPictures), but integration would be much nicer. Of course, this is not a new topic (http://www.igorexchange.com/node/2781)
January 6, 2017 at 12:21 pm - Permalink
LaTeX support is a great feature for those familiar with LaTeX, but not everyone knows LaTeX syntax. The support for Unicode in IP7 is an improvement but I agree that we could do more.
Stay tuned for limited LaTeX support in a future version of Igor Pro (not IP7 though). If you have LaTeX equations/symbols/etc. that you would want to use in Igor axis labels or annotations, you might consider posting them here so we can test how they look.
January 7, 2017 at 10:15 am - Permalink
True, but it is pretty common and simpler than Igor's syntax. (And if you already know one, then learning another seems a pain.) For labels that use LaTeX features, I use Greek letters, sub/superscripts. For example: $x^2$, $k_{\rm B}T$, and \textmu m (microns).
January 8, 2017 at 11:23 pm - Permalink
psfrags
LaTeX package might help:Long time ago I used this to alter eps-files in a publication (
pstool
for pdf's):\begin{psfrags} \psfrag{ylabel}{$E_\text{Des}$} \includegraphics[width=0.50\textwidth]{Potential.eps} \end{psfrags}
Later on I tried to avoid symbols, e.g. 't (s)', in axis labels and used plain text, e.g. 'time (s)'. (Try a plotting light intensity vs filament current: you get an I/I diagram)
HJ
January 10, 2017 at 02:00 am - Permalink
For example the "\textmu m" above is not currently supported (I will add that to my list.)
Feel free to add examples.
Larry Hutchinson
WaveMetrics
support@WaveMetrics.com
January 12, 2017 at 08:50 am - Permalink
Angle $\vartheta [^\circ]$ $\text{\normalfont\AA}^{-1}$ $ a \pm b $
The text command requires the amsmath package though.
January 12, 2017 at 09:42 am - Permalink
Larry Hutchinson
WaveMetrics
support@WaveMetrics.com
January 13, 2017 at 11:52 am - Permalink
That's great!
January 16, 2017 at 01:03 am - Permalink
Wow! I wonder if you may open the floodgates with the request for real life examples. I can suggest some that others might find esoteric and vica-versa.
IMHO, the best way to handle LaTeX would be to allow folks who have a LaTeX installation to ship out commands to their compiler engine. Perhaps a new prefex (\LTX) could serve as a switch for annotations and labels. But, that could run afoul of the internals I might guess, primarily because the return would likely be an image box (PNG, PDF, EPS ...). By primary example, I think of LaTeXiT with LinkBack on a Mac. I use this toolset extensively to generate math equations for my lecture slides in Curio. I also do copy+paste of the LaTeXiT outputs as picts that I place on to Igor Pro graphs. I would really like to be able to replace those picts with real LaTeX-generated annotations instead.
Could this ever be established as an option?
--
J. J. Weimer
Chemistry / Chemical & Materials Engineering, UAH
January 22, 2017 at 04:23 pm - Permalink
We'll see how things shake out with the current method.
Larry Hutchinson
WaveMetrics
support@WaveMetrics.com
January 24, 2017 at 04:49 pm - Permalink
Thanks.
Can you point to a reference of the commands that become available internally at some point in time (e.g. on the WaveMetrics.net site)? It would help to cross-correlate what is built in against what I (and others) might otherwise want to have accessible.
--
J. J. Weimer
Chemistry / Chemical & Materials Engineering, UAH
January 26, 2017 at 07:17 am - Permalink
Perhaps, but it would be a very long list.
It would be much easier to just try an expression and see if it works. If not, just go to one of the on-line sites to create a picture instead.
Larry Hutchinson
WaveMetrics
support@WaveMetrics.com
January 26, 2017 at 09:42 am - Permalink
I have added support for the various spacing commands ( \:, \quad etc.) along with \widehat \hat \widetilde \tilde \overleftarrow and \overrightarrow. This is for IP9.
But in looking into \textmu, I can not quite see what it is supposed to do. Testing with either of the two on-line editors...
http://www.codecogs.com/latex/eqneditor.php
http://www.sciweavers.org/free-online-latex-equation-editor
... gave no change (acted like a nop.)
If you want an upright greek mu in front of the next char with no space, you can just use the unicode mu (U+03BC.) If that is what is desired, I could make \textmu do just that. I've attached a graph with this method.
October 10, 2018 at 07:56 am - Permalink
In reply to by Larry Hutchinson
This thread presents a way to use a local install of LaTeX.
October 10, 2018 at 12:52 pm - Permalink
@Larry: \textmu is from the textcomp package, see http://tpcg.io/r21beO. It is a math symbol to be used in text mode (for example as SI prefix.
October 10, 2018 at 05:00 pm - Permalink
I've added \textmu by simply inserting the unicode mu character.
October 11, 2018 at 07:36 am - Permalink