Hi,
I have a problem with symbol called Left Right Arrow with Vertical Stroke (unicode 0x21f9). I can't find any information how to include it in my Latex documents, what command should I use (\nvleftrightarrow ?), what package to include? Any ideas? I was searching on google but no success. Help me please!
Fonts & Character Sets ⇒ Left Right Arrow with Vertical Stroke
Left Right Arrow with Vertical Stroke
Hi,
I did a quick search on the Comprehensive LateX symbol list, but couldn't find the exact symbol you are looking for. In any case, you can define your own symbol, something along these lines:
I did a quick search on the Comprehensive LateX symbol list, but couldn't find the exact symbol you are looking for. In any case, you can define your own symbol, something along these lines:
Code: Select all
\documentclass{article}
\usepackage{amssymb,amsmath}
\newlength\mylen
\settowidth\mylen{$\leftrightarrow$}
\newcommand\NLRArrow{%
\leftrightarrow\kern-0.55\mylen\vline height 1.2ex depth -0.4pt\kern0.55\mylen}
\begin{document}
$a\NLRArrow b$
\[a\NLRArrow b\]
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
-
- Posts: 2
- Joined: Tue Dec 07, 2010 1:04 pm
Re: Left Right Arrow with Vertical Stroke
Thanks a lot, it works very well for me!
- localghost
- Site Moderator
- Posts: 9201
- Joined: Fri Feb 02, 2007 12:06 pm
Left Right Arrow with Vertical Stroke
Now that the problem is solved, please be so kind and mark the topic accordingly as written in Section 3 of the Board Rules (to be read before posting). Please keep that in mind for the future so that further reminders will not be necessary.
Best regards and welcome to the board
Thorsten
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1