The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
84 views

Regular expression in table

I want to print a regular expression in table's column. For example: \begin{table}[position specifier] \begin{center} \begin{tabular}{ c | c } \hline comand & regex \\ ...
2
votes
1answer
301 views

XeTex - Times New Roman font for Romanian characters ș, ț, Ș and Ț

I have downloaded the Times New Roman font and put it into .local/fonts where it should be (my OS is Fedora 17 and I use TexLive 2012). It is recognized by LibreOffice and LyX. LibreOffice displays ...
6
votes
1answer
201 views

How to enter a Latin Capital Letter D With Hook (Ɗ)?

How can I insert a Latin Capital Letter D With Hook into a LaTeX formula? Ɗ
0
votes
0answers
42 views

The text “extendedchars” appears next to certain characters in my listings [closed]

I am including a listing in my document like so: \lstinputlisting [caption=A code excerpt.,label=lst:code-excerpt] {lst/excerpt.py} Here is an excerpt from lst/excerpt.py: env = dict() ...
4
votes
1answer
341 views

Problems with copy and paste from PDF using lstlisting (Again)

So I had already posted a similar question concerning the minus sign (-), but now I have an issue with the apostrophe (') that the previous solutions do not seem to solve. This seems to be a problem ...