To generate single quotation marks, use `...', to give `this' and not '...', which gives 'this'. To generate double quotation marks, use ``...'', to give ``this phrase'' and not "..." which gives "this phrase".
`...'
'...'
``...''
"..."