Proofreading in Latex: The delete command in proofread package fails Unicorn Meta Zoo #1: Why...
How to avoid introduction cliches
"Rubric" as meaning "signature" or "personal mark" -- is this accepted usage?
Is there any pythonic way to find average of specific tuple elements in array?
What is /etc/mtab in Linux?
Does Mathematica have an implementation of the Poisson binomial distribution?
Are there moral objections to a life motivated purely by money? How to sway a person from this lifestyle?
What is this word supposed to be?
How do I prove this combinatorial identity
How can I wire a 9-position switch so that each position turns on one more LED than the one before?
Raising a bilingual kid. When should we introduce the majority language?
Why does Arg'[1. + I] return -0.5?
What does a straight horizontal line above a few notes, after a changed tempo mean?
How to not starve gigantic beasts
Did the Roman Empire have penal colonies?
My bank got bought out, am I now going to have to start filing tax returns in a different state?
Why did C use the -> operator instead of reusing the . operator?
Is there metaphorical meaning of "aus der Haft entlassen"?
What to do with someone that cheated their way through university and a PhD program?
What's the difference between using dependency injection with a container and using a service locator?
As an international instructor, should I openly talk about my accent?
I preordered a game on my Xbox while on the home screen of my friend's account. Which of us owns the game?
Check if a string is entirely made of the same substring
Reattaching fallen shelf to wall?
How do I check if a string is entirely made of the same substring?
Proofreading in Latex: The delete command in proofread package fails
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar ManaraIs there a spell check package for LaTeX?Proofreading methods for LaTeXProofreading of Latex documentIs there a way to print the page/line numbers for each erratum using the `errata` LaTeX package?How do I make a letter or word delete mark in proofreading?How to word delete mark in Turkish proofreading?
I am using proofread package to correct a latex document (see the MWE and its output). When I delete text using del{}
command which spans more than a line in the output (PDF) it fails to start a new line (see the attached image).
Thanks in advance for your help. Below is the MWE and its output:
documentclass[reprint,amsmath]{revtex4-1}
usepackage{color}
usepackage{amsmath}
usepackage{proofread}
usepackage[utf8]{inputenc}
begin{document}
title{Using the proofread package}
author{Ashiq e Namurad}
affiliation{Koocha e Janaan, Shehr Dilbar}
maketitle
section{Introduction}
Baseline datasets are also rare, making trend gathering difficult.
del{Increasingly, researchers are working with Inuit communities,
which have a long oral history of species in the region.}
In recent years, killer whales, or orcas, have also become more
frequent in a number, taking advantage of longer ice-free seasons.
The whales, which feast on resident narwhal, have even started
changing narwhal behaviour, according to a 2017 report by the
Department of Fisheries and Oceans. (Report from The Guardian)
end{document}
proofreading
add a comment |
I am using proofread package to correct a latex document (see the MWE and its output). When I delete text using del{}
command which spans more than a line in the output (PDF) it fails to start a new line (see the attached image).
Thanks in advance for your help. Below is the MWE and its output:
documentclass[reprint,amsmath]{revtex4-1}
usepackage{color}
usepackage{amsmath}
usepackage{proofread}
usepackage[utf8]{inputenc}
begin{document}
title{Using the proofread package}
author{Ashiq e Namurad}
affiliation{Koocha e Janaan, Shehr Dilbar}
maketitle
section{Introduction}
Baseline datasets are also rare, making trend gathering difficult.
del{Increasingly, researchers are working with Inuit communities,
which have a long oral history of species in the region.}
In recent years, killer whales, or orcas, have also become more
frequent in a number, taking advantage of longer ice-free seasons.
The whales, which feast on resident narwhal, have even started
changing narwhal behaviour, according to a 2017 report by the
Department of Fisheries and Oceans. (Report from The Guardian)
end{document}
proofreading
1
It seems to fail to break lines no matter what document class one is using.
– egreg
Nov 6 '18 at 7:54
add a comment |
I am using proofread package to correct a latex document (see the MWE and its output). When I delete text using del{}
command which spans more than a line in the output (PDF) it fails to start a new line (see the attached image).
Thanks in advance for your help. Below is the MWE and its output:
documentclass[reprint,amsmath]{revtex4-1}
usepackage{color}
usepackage{amsmath}
usepackage{proofread}
usepackage[utf8]{inputenc}
begin{document}
title{Using the proofread package}
author{Ashiq e Namurad}
affiliation{Koocha e Janaan, Shehr Dilbar}
maketitle
section{Introduction}
Baseline datasets are also rare, making trend gathering difficult.
del{Increasingly, researchers are working with Inuit communities,
which have a long oral history of species in the region.}
In recent years, killer whales, or orcas, have also become more
frequent in a number, taking advantage of longer ice-free seasons.
The whales, which feast on resident narwhal, have even started
changing narwhal behaviour, according to a 2017 report by the
Department of Fisheries and Oceans. (Report from The Guardian)
end{document}
proofreading
I am using proofread package to correct a latex document (see the MWE and its output). When I delete text using del{}
command which spans more than a line in the output (PDF) it fails to start a new line (see the attached image).
Thanks in advance for your help. Below is the MWE and its output:
documentclass[reprint,amsmath]{revtex4-1}
usepackage{color}
usepackage{amsmath}
usepackage{proofread}
usepackage[utf8]{inputenc}
begin{document}
title{Using the proofread package}
author{Ashiq e Namurad}
affiliation{Koocha e Janaan, Shehr Dilbar}
maketitle
section{Introduction}
Baseline datasets are also rare, making trend gathering difficult.
del{Increasingly, researchers are working with Inuit communities,
which have a long oral history of species in the region.}
In recent years, killer whales, or orcas, have also become more
frequent in a number, taking advantage of longer ice-free seasons.
The whales, which feast on resident narwhal, have even started
changing narwhal behaviour, according to a 2017 report by the
Department of Fisheries and Oceans. (Report from The Guardian)
end{document}
proofreading
proofreading
edited Nov 7 '18 at 21:45
R.U.
asked Nov 6 '18 at 1:18
R.U.R.U.
878
878
1
It seems to fail to break lines no matter what document class one is using.
– egreg
Nov 6 '18 at 7:54
add a comment |
1
It seems to fail to break lines no matter what document class one is using.
– egreg
Nov 6 '18 at 7:54
1
1
It seems to fail to break lines no matter what document class one is using.
– egreg
Nov 6 '18 at 7:54
It seems to fail to break lines no matter what document class one is using.
– egreg
Nov 6 '18 at 7:54
add a comment |
1 Answer
1
active
oldest
votes
The problem here is that commands from the soul
package may not be nested; the combined overstriking and highlighting in the del
command of the proofread
package is therefore done by overstriked the text in a savebox and then highlight that box. However, this forces the text on a single line.
I'll upload a new version with the overstriking removed:
newcommand{del}[1]{%
com{delete}%
hilite[red]{#1}%
}
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f458583%2fproofreading-in-latex-the-delete-command-in-proofread-package-fails%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The problem here is that commands from the soul
package may not be nested; the combined overstriking and highlighting in the del
command of the proofread
package is therefore done by overstriked the text in a savebox and then highlight that box. However, this forces the text on a single line.
I'll upload a new version with the overstriking removed:
newcommand{del}[1]{%
com{delete}%
hilite[red]{#1}%
}
add a comment |
The problem here is that commands from the soul
package may not be nested; the combined overstriking and highlighting in the del
command of the proofread
package is therefore done by overstriked the text in a savebox and then highlight that box. However, this forces the text on a single line.
I'll upload a new version with the overstriking removed:
newcommand{del}[1]{%
com{delete}%
hilite[red]{#1}%
}
add a comment |
The problem here is that commands from the soul
package may not be nested; the combined overstriking and highlighting in the del
command of the proofread
package is therefore done by overstriked the text in a savebox and then highlight that box. However, this forces the text on a single line.
I'll upload a new version with the overstriking removed:
newcommand{del}[1]{%
com{delete}%
hilite[red]{#1}%
}
The problem here is that commands from the soul
package may not be nested; the combined overstriking and highlighting in the del
command of the proofread
package is therefore done by overstriked the text in a savebox and then highlight that box. However, this forces the text on a single line.
I'll upload a new version with the overstriking removed:
newcommand{del}[1]{%
com{delete}%
hilite[red]{#1}%
}
answered 41 mins ago
Wybo DekkerWybo Dekker
5061311
5061311
add a comment |
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f458583%2fproofreading-in-latex-the-delete-command-in-proofread-package-fails%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
It seems to fail to break lines no matter what document class one is using.
– egreg
Nov 6 '18 at 7:54