Difference between revisions of "Tutorial:Grammarly"
From MobiNetS
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
This page list the steps that need to be done before using Grammarly for proofreading. | This page list the steps that need to be done before using Grammarly for proofreading. | ||
=== Use one column paper === | |||
add ''onecolumn'' to the ''documentclass'' line and compile pdf. E.g., | |||
<pre style="white-space: pre-wrap;text-align: left;"> | |||
\documentclass[journal,onecolumn]{IEEEtran}. | |||
</pre> | |||
=== Converting PDF to Word === | === Converting PDF to Word === | ||
Line 8: | Line 15: | ||
'''We need several procedures to be done before running Grammarly, to avoid too many false error reports.''' | '''We need several procedures to be done before running Grammarly, to avoid too many false error reports.''' | ||
# Ctrl+H | # Ctrl+H | ||
# Replace ' ' as ' ' ( | # Replace ' ' as ' ' (multiple spaces -> single spaces, replace multiple times till nothing can be replaced) | ||
# Replace '-^p' as '- ' | # Replace '-^p' as '- ' (there's a space after '-') | ||
# Replace '(?)- (?)' as '\1\2' (need to check the wildcard-通配符 box) | # Replace '(?)- (?)' as '\1\2' (1. there's a space after '-'; 2. need to check the wildcard-通配符 box) | ||
Now most remaining errors should be grammar-related. | Now most remaining errors should be grammar-related. | ||
=== Run Grammarly === | === Run Grammarly === | ||
You can either use the app or word plugin. | You can either use the app or word plugin. | ||
The latter is recommended. |
Latest revision as of 20:07, 4 February 2021
This page list the steps that need to be done before using Grammarly for proofreading.
Use one column paper
add onecolumn to the documentclass line and compile pdf. E.g.,
\documentclass[journal,onecolumn]{IEEEtran}.
Converting PDF to Word
Open the PDF file using Adobe Acrobat: File -> Export -> MS Word -> Word Document
Removing Convertion Errors
We need several procedures to be done before running Grammarly, to avoid too many false error reports.
- Ctrl+H
- Replace ' ' as ' ' (multiple spaces -> single spaces, replace multiple times till nothing can be replaced)
- Replace '-^p' as '- ' (there's a space after '-')
- Replace '(?)- (?)' as '\1\2' (1. there's a space after '-'; 2. need to check the wildcard-通配符 box)
Now most remaining errors should be grammar-related.
Run Grammarly
You can either use the app or word plugin. The latter is recommended.