I have a problem when writing `x'. TeXShop will turn this into ‘x’
Any ideas how to solve this problem?
These are the packages I use:
Code: Select all
\documentclass[paper=a4, fontsize=12pt]{scrartcl}
\usepackage[danish]{babel}
\usepackage{amsmath,amsfonts,amsthm,mathrsfs}
\usepackage{tikz,pgfplots}
\usepackage{subcaption,caption}
\usepackage{sectsty}
\usepackage{accents}
\usepackage{fancyhdr}
\usepackage{verbatim}
\usepackage{graphicx}
\usepackage{setspace}
\usepackage{icomma}
\usepackage{hyperref}
\usepackage[utf8]{inputenc}
\usetikzlibrary{patterns,calc,shapes.geometric, arrows,decorations}
\newenvironment{stata}{\fontfamily{lmtt}\selectfont}{\par}
The problem appears using the font or not
