Generalsimbol \v{g}!

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
mansniks
Posts: 9
Joined: Tue Jul 08, 2008 8:51 pm

simbol \v{g}!

Post by mansniks »

Hello,

Code: Select all

\usepackage{ucs}
\usepackage[utf8x]{inputenc}
and I want my "ģ", that is typed in by keyboard to be recognized as \v{g}!
I have to replace manually... Automation? Other symbols like āņŪĶļĻŽžšŠ work... Also there is a problem with Baltic fonts, but that is a secondary problem.

Regards,
mans
Last edited by Stefan Kottwitz on Tue Jun 28, 2011 5:50 pm, edited 1 time in total.

Recommended reading 2024:

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

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

gedrox
Posts: 1
Joined: Tue Jun 28, 2011 1:07 pm

simbol \v{g}!

Post by gedrox »

This is really old question, still had the same problem and know a workaround for this one. Just include code

Code: Select all

\DeclareUnicodeCharacter{291}{\v{g}}
in the TeX file.
Post Reply