Fonts & Character SetsLeft Right Arrow with Vertical Stroke

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
Maskarados
Posts: 2
Joined: Tue Dec 07, 2010 1:04 pm

Left Right Arrow with Vertical Stroke

Post by Maskarados »

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!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Left Right Arrow with Vertical Stroke

Post by gmedina »

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:

Code: Select all

Code, edit and compile here:
\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}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Maskarados
Posts: 2
Joined: Tue Dec 07, 2010 1:04 pm

Re: Left Right Arrow with Vertical Stroke

Post by Maskarados »

Thanks a lot, it works very well for me!
User avatar
localghost
Site Moderator
Posts: 9201
Joined: Fri Feb 02, 2007 12:06 pm

Left Right Arrow with Vertical Stroke

Post by localghost »

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
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
Post Reply