Научный форум dxdy

Математика, Физика, Computer Science, Machine Learning, LaTeX, Механика и Техника, Химия,
Биология и Медицина, Экономика и Финансовая Математика, Гуманитарные науки




 Прямой апостроф
А как сделать прямой апостроф?

\texttt{abc'xyz} делает его "curly": \texttt{abc'xyz}

 Re: Прямой апостроф
Аватара пользователя
Код:
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{upquote}

\begin{document}

\textquotesingle single straight quote\textquotesingle\
and "double straight quote"

\vspace{5mm}

`single curly quote' and ``double curly quote''
\end{document}


См дискуссию в
http://tex.stackexchange.com/questions/7735/how-to-get-straight-quotation-marks

Тут важно не убить возможность "кудрявых"

 [ Сообщений: 2 ] 


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group