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

Dubious: Starting paragraphs with 'But' #605

Open
cpitclaudel opened this issue Aug 28, 2016 · 4 comments
Open

Dubious: Starting paragraphs with 'But' #605

cpitclaudel opened this issue Aug 28, 2016 · 4 comments
Labels
cat: qna Issues that exist solely to ask a question, or a Question and Answer. priority: low Issues and PRs that should be resolved, but can be postponed.

Comments

@cpitclaudel
Copy link
Contributor

Is there a source for the following warning?

misc.but No paragraph should start with a 'But'.

Here's what Garner says on the subject (but, 3rd edition, p 121):

It is a gross canard that beginning a sentence with but is stylistically slipshod. In fact, doing so is desirable in any number of contexts, as countless stylebooks have said.

@mcepl
Copy link

mcepl commented Nov 8, 2016

Moreover, there seems to be some problems with parsing (at least in rST):

Ideological struggle
    In the conditions of freedom it is just a contest of ideas,
    but in the militant ideological state it means pushing of one
    ideology and suppressing all others. Weakness: what is
    imposed generates resistance.

Whatever one thinks about this particular problem, there is no start of the paragraph here.

Also, this is effectively a duplicate of the discussion on #98.

@Nytelife26 Nytelife26 added the status: awaiting-triage Issues and PRs awaiting investigation and relabelling. label May 29, 2021
@sobjornstad
Copy link

I don't think I've ever tried to start a paragraph with a “but” (though I have no opinion on whether it should be considered wrong: sentences are fine, why not paragraphs?). But (haha) when using semantic linebreaks or indeed any kind of hard line breaks in your text, this rule yields false positives all over the place...it seems to be checking the beginning of lines instead of the beginning of paragraphs.

@Nytelife26
Copy link
Member

Here's what Garner says on the subject (but, 3rd edition, p 121):

It is a gross canard that beginning a sentence with but is stylistically slipshod. In fact, doing so is desirable in any number of contexts, as countless stylebooks have said.

That is referring to sentences, not paragraphs. Do note that in the original issue that lead to the creation of this rule, the subject of paragraphs and self-containment is addressed.

@Nytelife26 Nytelife26 added cat: qna Issues that exist solely to ask a question, or a Question and Answer. priority: low Issues and PRs that should be resolved, but can be postponed. and removed status: awaiting-triage Issues and PRs awaiting investigation and relabelling. labels Aug 22, 2021
@sanjayankur31
Copy link

Moreover, there seems to be some problems with parsing (at least in rST):

Ideological struggle
    In the conditions of freedom it is just a contest of ideas,
    but in the militant ideological state it means pushing of one
    ideology and suppressing all others. Weakness: what is
    imposed generates resistance.

Whatever one thinks about this particular problem, there is no start of the paragraph here.

This also affects TeX/LaTeX. I filed a new issue for this: #1376

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat: qna Issues that exist solely to ask a question, or a Question and Answer. priority: low Issues and PRs that should be resolved, but can be postponed.
Projects
None yet
Development

No branches or pull requests

5 participants