Possible Duplicate:
Automatically convert quotations in the form of “abc” to become ``abc"
My quotes are coming up like end quotes on both sides of the quotation. How can I overcome this?
Here is my code and it works fine on this writer just on my Texmaker the problem happens. Could it be my keymapping or something like this?
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[paper=a4, fontsize=11pt]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel} % English language/hyphenation
\usepackage{amsmath,amsfonts,amsthm}
\usepackage[super,comma,sort&compress, square]{natbib}
\begin{document}
\title{}
\maketitle % Print the title
Some sort of "quotation"
\bibliography{mybib}
\bibliographystyle{unsrt}
\end{document}

Version 2.5.1ofTeXStudiotheTeXMakerfork hasReplace double quotesfeature. I don't think this is present in Texmaker yet. The following are possibly duplicate posts: http://tex.stackexchange.com/questions/50712/automatically-convert-quotations-in-the-form-of-abc-to-become-abc and http://tex.stackexchange.com/questions/52351/quote-marks-are-backwards-using-texmaker-pdflatex – hpesoj626 Jan 14 '13 at 03:54\begin{document}in your code to make it compilable. I hope you don't mind.:)– hpesoj626 Jan 14 '13 at 03:56\title{}command, I've seen as many cases where it is written in the preamble as it was written after\begin{document}. Perhaps we can ask as a separate post. Although I've seen some custom classes that throws errors when it is not written in the preamble and some custom classes that throws errors when it is not written after\begin{document}. That said, I don't think I have an answer. – hpesoj626 Jan 14 '13 at 07:03