Tagged Questions
6
votes
3answers
239 views
Acute/grave accents: upper case versus low case
The acute and grave accents on capital letters are more squat and flatter than on lower case letters. Compare \'A with \'a. What is the code for the squatter acute/grave on capitals if I want it ...
11
votes
3answers
367 views
Turkish characters to small caps
Small caps (\sc) is not producing dotted I (İ)
Here is mwe
\documentclass[12pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[turkish]{babel}
\usepackage{amsmath}
...