GeneralUnicode character is not visible in PDF

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
mpaw
Posts: 3
Joined: Thu Nov 22, 2018 10:40 pm

Unicode character is not visible in PDF

Post by mpaw »

Hi.

I'm new here, as well as a member of this site, and as LaTeX writer.

I need to write unicode sigh (with code U+01B5 and another with code U+01B6). I'm using TeX Live 2018 and TeXworks. I compile to pdfLatex. I tryied to COPY+PASTE this character from character table in Windows, as well as changing compiler to XeLaTex, and write sequence \char"01B5, and other possibilities, which didn't work. I just have blank space in place, where this sign should be located. I found solution to omit using unicode insted of graphical generation of this sign, but it is not clear for me, so I don't want to use it.

How insert into PDF this sign?

Please help, thanks

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10340
Joined: Mon Mar 10, 2008 9:44 pm

Unicode character is not visible in PDF

Post by Stefan Kottwitz »

Hi,

welcome to the forum!

With the stix or stix2 package:

Code: Select all

\documentclass{article}
\usepackage{stix}
\begin{document}
$\Zbar$
\end{document}
Stefan
LaTeX.org admin
mpaw
Posts: 3
Joined: Thu Nov 22, 2018 10:40 pm

Unicode character is not visible in PDF

Post by mpaw »

Thank you very much!
Post Reply