Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run Grammarly on Paper 2 and LaTeX newline formatting. #74

Open
gully opened this issue May 22, 2024 · 1 comment
Open

Run Grammarly on Paper 2 and LaTeX newline formatting. #74

gully opened this issue May 22, 2024 · 1 comment

Comments

@gully
Copy link
Owner

gully commented May 22, 2024

I like to run all of my papers through grammarly. The free tier is very good and I always learn things.
It doesn't technically support $\LaTeX$, but in my experience you can copy-and-paste the entire paper tex into Grammarly and it more-or-less works if you just ignore it flagging the latex markup.

One hiccup is that the paper currently has a newline character every 100 characters or so, apparently for version control purposes. This new line stategy makes sense in software development, but in my experience is more of a pain for paper writing. Its major demerit is that it defies Grammarly's expectation of having a contiguous sentence, so Grammarly doesn't work.

I'd recommend moving away from the software-style new line characters. Even though LaTeX supports this feature for version control diff purposes, any edits from colaborators are going to completely change this harmonious formatting anyways. Instead I recommend newlines only after paragraphs or possibly at the end of a sentence.

@Sujay-Shankar
Copy link
Collaborator

Yeah, I did the newline thing to make it easy for editors and for version control, because scrolling for a mile to find the right sentence does add up in productivity loss. What I could do, and what should solve the valid issues you raise while still retaining the
readability/editability I want could be having each sentence be a line instead of the ~100 characters per line. That way, grammarly doesn't break, the formatting theoretically doesn't change because changing a sentence doesn't mess with the lines and adding a sentence just is an insert operation, and we're still able to locate sentences in a reasonable amount of time when editing. How does that sound?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants