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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

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