I did not know that latex had different symbol for opening and closing quotation marks. I've used it like "abc" every where and just realised that I really should have used ``abc". Is there anyway I can convert all the quotations to become like ``abc"? Doing it manually will take forever as I have a lot of quotations.
|
|
||||
|
An alternative to
|
|||
|
|
|
The package For instance,
(with a thin space in between the contiguous signs). But if you load the
the previous code will be rendered thus:
See the documentation of the package for further details ( |
||||
|
|
|
There is a package for this: |
|||||
|
|
Edit 2 solution suggested by Boris seems to be the easier way. Depending on which editor you use you can perform a search an replace. You would be searching for
(replace the underscore with a white space, its just there to make my point) and then replace it by
again, the underscore stands for a white space. Edit As David Carlisle pointed out that you should also change the right quote to However there you have to account for the following characters after the right quote. I know no better way than trying to think of all possibilities (I can think of 4 that are likely)
then replace each of them with their respective version
etc. Edit 3 MWE with quotes package
|
|||||||||
|

sedfor this (sedis awesome). It does require some escaping on the command line, since you are trying to replace quotes. I can't put it in here, since it contains backticks. So a link will have to do. – Roelof Spijker Apr 4 '12 at 12:28"with the correct quotation form when you type the character. I know for a fact kile does this, and I believe AUCTeX does so as well. – Roelof Spijker Apr 4 '12 at 12:31pgfmath engine and in that case I need actual quotes, not the converted ones. Which mostly ends up in me typing\"and then removing the ``. This doesn't happen often enough for me to disable the autoreplace though. I know what I want in what case and how to obtain it. If you are using mostly quotes as in quotations it's an option though :) – Roelof Spijker Apr 8 '12 at 23:54