Can't remove one character of space in my environmentFormatting text using `…` only in one specific environmentDefine new align environment based on the old oneAutomatic bold for every first character of a lineTypesetting novel dialogue where one speaker has multiple paragraphsHow to input text from a fileHow to create my own bibliographic citation format?Changing the look of the endnotes on the 'Notes' page (theendnotes)Environment with sub-tagsCustom environment with parameter: You can't use `macro parameter character #' in vertical modeBold chapter numbers
Why is Arya visibly scared in the library in S8E3?
How did Arya get her dagger back from Sansa?
Is it cheaper to drop cargo than to land it?
Why is `abs()` implemented differently?
SQL Server Management Studio SSMS 18.0 General Availability release (GA) install fails
How to reply this mail from potential PhD professor?
Short story with physics professor who "brings back the dead" (Asimov or Bradbury?)
Enumerate Derangements
Was there ever a Kickstart that took advantage of 68020+ instructions that would work on an A2000?
What was the state of the German rail system in 1944?
Quoting Yourself
When and why did journal article titles become descriptive, rather than creatively allusive?
Junior developer struggles: how to communicate with management?
What happens if I start too many background jobs?
I caught several of my students plagiarizing. Could it be my fault as a teacher?
What is a "listed natural gas appliance"?
How do I tell my manager that his code review comment is wrong?
60s (or earlier) SF short story with FTL Travel using electron psychology aka addiclenendar technology
Catholic vs Protestant Support for Nazism in Germany
What does a yield inside a yield do?
How to make a newline without autoindent
How can I close a gap between my fence and my neighbor's that's on his side of the property line?
Besides the up and down quark, what other quarks are present in daily matter around us?
In a vacuum triode, what prevents the grid from acting as another anode?
Can't remove one character of space in my environment
Formatting text using `…` only in one specific environmentDefine new align environment based on the old oneAutomatic bold for every first character of a lineTypesetting novel dialogue where one speaker has multiple paragraphsHow to input text from a fileHow to create my own bibliographic citation format?Changing the look of the endnotes on the 'Notes' page (theendnotes)Environment with sub-tagsCustom environment with parameter: You can't use `macro parameter character #' in vertical modeBold chapter numbers
I essay I'm working with require an abstract
with no abstract title and does not require any indentation. Therefore, I defined the following:
renewenvironmentabstract
%
par %
noindent beginbfseries%
%
endbfseries%
However, this following resulted in one character width of space placed in front of my environment abstract
.
beginabstract
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Quisque gravida varius tellus, nec consequat nulla egestas dapibus.
Quisque leo justo, pellentesque vehicula nulla commodo, imperdiet egestas turpis.
Ut iaculis ante in tortor aliquet sodales.
Nullam et mauris ultrices neque sollicitudin congue quis sed diam.
Pellentesque blandit hendrerit diam, at cursus nisl eleifend vel.
Ut non egestas justo, ut semper ex.
Nullam laoreet purus eu dui elementum, non blandit turpis lacinia.
Sed eros justo, elementum sit amet dapibus sed, porta a velit.
Morbi a risus vel nibh bibendum consectetur.
Ut pharetra, enim non ornare dapibus, ante nibh auctor quam, ut dapibus eros enim quis lectus.
Suspendisse nec tellus in risus ornare tempus eu eget elit.
Etiam eu neque scelerisque sem congue consequat vitae ut lectus.
Curabitur vel est porta, luctus quam ut, posuere tellus.
endabstract
Like this:
formatting environments
New contributor
add a comment |
I essay I'm working with require an abstract
with no abstract title and does not require any indentation. Therefore, I defined the following:
renewenvironmentabstract
%
par %
noindent beginbfseries%
%
endbfseries%
However, this following resulted in one character width of space placed in front of my environment abstract
.
beginabstract
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Quisque gravida varius tellus, nec consequat nulla egestas dapibus.
Quisque leo justo, pellentesque vehicula nulla commodo, imperdiet egestas turpis.
Ut iaculis ante in tortor aliquet sodales.
Nullam et mauris ultrices neque sollicitudin congue quis sed diam.
Pellentesque blandit hendrerit diam, at cursus nisl eleifend vel.
Ut non egestas justo, ut semper ex.
Nullam laoreet purus eu dui elementum, non blandit turpis lacinia.
Sed eros justo, elementum sit amet dapibus sed, porta a velit.
Morbi a risus vel nibh bibendum consectetur.
Ut pharetra, enim non ornare dapibus, ante nibh auctor quam, ut dapibus eros enim quis lectus.
Suspendisse nec tellus in risus ornare tempus eu eget elit.
Etiam eu neque scelerisque sem congue consequat vitae ut lectus.
Curabitur vel est porta, luctus quam ut, posuere tellus.
endabstract
Like this:
formatting environments
New contributor
Welcome to TeX.SX! Apart from theignorespaces
Steven mentioned, a LaTeX environment already adds a group layer, so you don't need to misusebfseries
asbeginbfseries
...endbfseries
. Justbfseries
at thebegin
part is enough, and apar
in theend
part would prevent unexpected behaviour if someone usedendabstractoops
.
– Phelype Oleinik
2 hours ago
add a comment |
I essay I'm working with require an abstract
with no abstract title and does not require any indentation. Therefore, I defined the following:
renewenvironmentabstract
%
par %
noindent beginbfseries%
%
endbfseries%
However, this following resulted in one character width of space placed in front of my environment abstract
.
beginabstract
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Quisque gravida varius tellus, nec consequat nulla egestas dapibus.
Quisque leo justo, pellentesque vehicula nulla commodo, imperdiet egestas turpis.
Ut iaculis ante in tortor aliquet sodales.
Nullam et mauris ultrices neque sollicitudin congue quis sed diam.
Pellentesque blandit hendrerit diam, at cursus nisl eleifend vel.
Ut non egestas justo, ut semper ex.
Nullam laoreet purus eu dui elementum, non blandit turpis lacinia.
Sed eros justo, elementum sit amet dapibus sed, porta a velit.
Morbi a risus vel nibh bibendum consectetur.
Ut pharetra, enim non ornare dapibus, ante nibh auctor quam, ut dapibus eros enim quis lectus.
Suspendisse nec tellus in risus ornare tempus eu eget elit.
Etiam eu neque scelerisque sem congue consequat vitae ut lectus.
Curabitur vel est porta, luctus quam ut, posuere tellus.
endabstract
Like this:
formatting environments
New contributor
I essay I'm working with require an abstract
with no abstract title and does not require any indentation. Therefore, I defined the following:
renewenvironmentabstract
%
par %
noindent beginbfseries%
%
endbfseries%
However, this following resulted in one character width of space placed in front of my environment abstract
.
beginabstract
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Quisque gravida varius tellus, nec consequat nulla egestas dapibus.
Quisque leo justo, pellentesque vehicula nulla commodo, imperdiet egestas turpis.
Ut iaculis ante in tortor aliquet sodales.
Nullam et mauris ultrices neque sollicitudin congue quis sed diam.
Pellentesque blandit hendrerit diam, at cursus nisl eleifend vel.
Ut non egestas justo, ut semper ex.
Nullam laoreet purus eu dui elementum, non blandit turpis lacinia.
Sed eros justo, elementum sit amet dapibus sed, porta a velit.
Morbi a risus vel nibh bibendum consectetur.
Ut pharetra, enim non ornare dapibus, ante nibh auctor quam, ut dapibus eros enim quis lectus.
Suspendisse nec tellus in risus ornare tempus eu eget elit.
Etiam eu neque scelerisque sem congue consequat vitae ut lectus.
Curabitur vel est porta, luctus quam ut, posuere tellus.
endabstract
Like this:
formatting environments
formatting environments
New contributor
New contributor
edited 1 hour ago
Kurt
42.5k950167
42.5k950167
New contributor
asked 2 hours ago
Bill WangBill Wang
161
161
New contributor
New contributor
Welcome to TeX.SX! Apart from theignorespaces
Steven mentioned, a LaTeX environment already adds a group layer, so you don't need to misusebfseries
asbeginbfseries
...endbfseries
. Justbfseries
at thebegin
part is enough, and apar
in theend
part would prevent unexpected behaviour if someone usedendabstractoops
.
– Phelype Oleinik
2 hours ago
add a comment |
Welcome to TeX.SX! Apart from theignorespaces
Steven mentioned, a LaTeX environment already adds a group layer, so you don't need to misusebfseries
asbeginbfseries
...endbfseries
. Justbfseries
at thebegin
part is enough, and apar
in theend
part would prevent unexpected behaviour if someone usedendabstractoops
.
– Phelype Oleinik
2 hours ago
Welcome to TeX.SX! Apart from the
ignorespaces
Steven mentioned, a LaTeX environment already adds a group layer, so you don't need to misuse bfseries
as beginbfseries
...endbfseries
. Just bfseries
at the begin
part is enough, and a par
in the end
part would prevent unexpected behaviour if someone used endabstractoops
.– Phelype Oleinik
2 hours ago
Welcome to TeX.SX! Apart from the
ignorespaces
Steven mentioned, a LaTeX environment already adds a group layer, so you don't need to misuse bfseries
as beginbfseries
...endbfseries
. Just bfseries
at the begin
part is enough, and a par
in the end
part would prevent unexpected behaviour if someone used endabstractoops
.– Phelype Oleinik
2 hours ago
add a comment |
2 Answers
2
active
oldest
votes
Add an ignorespaces
at the end of the environment entry point.
Also, bfseries
is not an environment (to my knowledge) but a declaration: bfseries
. It is automatically terminated by the end of the environment.
documentclassarticle
renewenvironmentabstract
%
par %
noindentbfseriesignorespaces%
%
begindocument
beginabstract
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Quisque gravida varius tellus, nec consequat nulla egestas dapibus.
Quisque leo justo, pellentesque vehicula nulla commodo, imperdiet egestas turpis.
Ut iaculis ante in tortor aliquet sodales.
Nullam et mauris ultrices neque sollicitudin congue quis sed diam.
Pellentesque blandit hendrerit diam, at cursus nisl eleifend vel.
Ut non egestas justo, ut semper ex.
Nullam laoreet purus eu dui elementum, non blandit turpis lacinia.
Sed eros justo, elementum sit amet dapibus sed, porta a velit.
Morbi a risus vel nibh bibendum consectetur.
Ut pharetra, enim non ornare dapibus, ante nibh auctor quam, ut dapibus eros enim quis lectus.
Suspendisse nec tellus in risus ornare tempus eu eget elit.
Etiam eu neque scelerisque sem congue consequat vitae ut lectus.
Curabitur vel est porta, luctus quam ut, posuere tellus.
endabstract
enddocument
add a comment |
Additional to the answer of @StevenB.Segletes have a look to the following mwe:
documentclassarticle
renewenvironmentabstract
%
par%
noindentbfseries%
%
par%
vspacebaselineskip%
begindocument
beginabstract% <=====================================================
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Quisque gravida varius tellus, nec consequat nulla egestas dapibus.
Quisque leo justo, pellentesque vehicula nulla commodo, imperdiet egestas turpis.
Ut iaculis ante in tortor aliquet sodales.
Nullam et mauris ultrices neque sollicitudin congue quis sed diam.
Pellentesque blandit hendrerit diam, at cursus nisl eleifend vel.
Ut non egestas justo, ut semper ex.
Nullam laoreet purus eu dui elementum, non blandit turpis lacinia.
Sed eros justo, elementum sit amet dapibus sed, porta a velit.
Morbi a risus vel nibh bibendum consectetur.
Ut pharetra, enim non ornare dapibus, ante nibh auctor quam, ut dapibus eros enim quis lectus.
Suspendisse nec tellus in risus ornare tempus eu eget elit.
Etiam eu neque scelerisque sem congue consequat vitae ut lectus.
Curabitur vel est porta, luctus quam ut, posuere tellus.
endabstract
Text.
enddocument
and its result:
With the given definition of environment abstract
(I only added an parvspace
to get a new paragraph after the abstract) you get only an abstract without leading blank, if you add an %
after beginabstract
. That means the disturbing blank you got comes from the blanks after command beginabstract
.
To get rid of it you have two possibilitys:
- Add the
%
afterbeginabstract
as I did in the mwe (and do not forget it!) or better - add
ignorespace
afterbfseries
as already shown by Steven ... It also ignores blanks afterbeginabstract
...
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
);
);
Bill Wang is a new contributor. Be nice, and check out our Code of Conduct.
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%2f488523%2fcant-remove-one-character-of-space-in-my-environment%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Add an ignorespaces
at the end of the environment entry point.
Also, bfseries
is not an environment (to my knowledge) but a declaration: bfseries
. It is automatically terminated by the end of the environment.
documentclassarticle
renewenvironmentabstract
%
par %
noindentbfseriesignorespaces%
%
begindocument
beginabstract
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Quisque gravida varius tellus, nec consequat nulla egestas dapibus.
Quisque leo justo, pellentesque vehicula nulla commodo, imperdiet egestas turpis.
Ut iaculis ante in tortor aliquet sodales.
Nullam et mauris ultrices neque sollicitudin congue quis sed diam.
Pellentesque blandit hendrerit diam, at cursus nisl eleifend vel.
Ut non egestas justo, ut semper ex.
Nullam laoreet purus eu dui elementum, non blandit turpis lacinia.
Sed eros justo, elementum sit amet dapibus sed, porta a velit.
Morbi a risus vel nibh bibendum consectetur.
Ut pharetra, enim non ornare dapibus, ante nibh auctor quam, ut dapibus eros enim quis lectus.
Suspendisse nec tellus in risus ornare tempus eu eget elit.
Etiam eu neque scelerisque sem congue consequat vitae ut lectus.
Curabitur vel est porta, luctus quam ut, posuere tellus.
endabstract
enddocument
add a comment |
Add an ignorespaces
at the end of the environment entry point.
Also, bfseries
is not an environment (to my knowledge) but a declaration: bfseries
. It is automatically terminated by the end of the environment.
documentclassarticle
renewenvironmentabstract
%
par %
noindentbfseriesignorespaces%
%
begindocument
beginabstract
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Quisque gravida varius tellus, nec consequat nulla egestas dapibus.
Quisque leo justo, pellentesque vehicula nulla commodo, imperdiet egestas turpis.
Ut iaculis ante in tortor aliquet sodales.
Nullam et mauris ultrices neque sollicitudin congue quis sed diam.
Pellentesque blandit hendrerit diam, at cursus nisl eleifend vel.
Ut non egestas justo, ut semper ex.
Nullam laoreet purus eu dui elementum, non blandit turpis lacinia.
Sed eros justo, elementum sit amet dapibus sed, porta a velit.
Morbi a risus vel nibh bibendum consectetur.
Ut pharetra, enim non ornare dapibus, ante nibh auctor quam, ut dapibus eros enim quis lectus.
Suspendisse nec tellus in risus ornare tempus eu eget elit.
Etiam eu neque scelerisque sem congue consequat vitae ut lectus.
Curabitur vel est porta, luctus quam ut, posuere tellus.
endabstract
enddocument
add a comment |
Add an ignorespaces
at the end of the environment entry point.
Also, bfseries
is not an environment (to my knowledge) but a declaration: bfseries
. It is automatically terminated by the end of the environment.
documentclassarticle
renewenvironmentabstract
%
par %
noindentbfseriesignorespaces%
%
begindocument
beginabstract
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Quisque gravida varius tellus, nec consequat nulla egestas dapibus.
Quisque leo justo, pellentesque vehicula nulla commodo, imperdiet egestas turpis.
Ut iaculis ante in tortor aliquet sodales.
Nullam et mauris ultrices neque sollicitudin congue quis sed diam.
Pellentesque blandit hendrerit diam, at cursus nisl eleifend vel.
Ut non egestas justo, ut semper ex.
Nullam laoreet purus eu dui elementum, non blandit turpis lacinia.
Sed eros justo, elementum sit amet dapibus sed, porta a velit.
Morbi a risus vel nibh bibendum consectetur.
Ut pharetra, enim non ornare dapibus, ante nibh auctor quam, ut dapibus eros enim quis lectus.
Suspendisse nec tellus in risus ornare tempus eu eget elit.
Etiam eu neque scelerisque sem congue consequat vitae ut lectus.
Curabitur vel est porta, luctus quam ut, posuere tellus.
endabstract
enddocument
Add an ignorespaces
at the end of the environment entry point.
Also, bfseries
is not an environment (to my knowledge) but a declaration: bfseries
. It is automatically terminated by the end of the environment.
documentclassarticle
renewenvironmentabstract
%
par %
noindentbfseriesignorespaces%
%
begindocument
beginabstract
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Quisque gravida varius tellus, nec consequat nulla egestas dapibus.
Quisque leo justo, pellentesque vehicula nulla commodo, imperdiet egestas turpis.
Ut iaculis ante in tortor aliquet sodales.
Nullam et mauris ultrices neque sollicitudin congue quis sed diam.
Pellentesque blandit hendrerit diam, at cursus nisl eleifend vel.
Ut non egestas justo, ut semper ex.
Nullam laoreet purus eu dui elementum, non blandit turpis lacinia.
Sed eros justo, elementum sit amet dapibus sed, porta a velit.
Morbi a risus vel nibh bibendum consectetur.
Ut pharetra, enim non ornare dapibus, ante nibh auctor quam, ut dapibus eros enim quis lectus.
Suspendisse nec tellus in risus ornare tempus eu eget elit.
Etiam eu neque scelerisque sem congue consequat vitae ut lectus.
Curabitur vel est porta, luctus quam ut, posuere tellus.
endabstract
enddocument
answered 2 hours ago
Steven B. SegletesSteven B. Segletes
164k9209421
164k9209421
add a comment |
add a comment |
Additional to the answer of @StevenB.Segletes have a look to the following mwe:
documentclassarticle
renewenvironmentabstract
%
par%
noindentbfseries%
%
par%
vspacebaselineskip%
begindocument
beginabstract% <=====================================================
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Quisque gravida varius tellus, nec consequat nulla egestas dapibus.
Quisque leo justo, pellentesque vehicula nulla commodo, imperdiet egestas turpis.
Ut iaculis ante in tortor aliquet sodales.
Nullam et mauris ultrices neque sollicitudin congue quis sed diam.
Pellentesque blandit hendrerit diam, at cursus nisl eleifend vel.
Ut non egestas justo, ut semper ex.
Nullam laoreet purus eu dui elementum, non blandit turpis lacinia.
Sed eros justo, elementum sit amet dapibus sed, porta a velit.
Morbi a risus vel nibh bibendum consectetur.
Ut pharetra, enim non ornare dapibus, ante nibh auctor quam, ut dapibus eros enim quis lectus.
Suspendisse nec tellus in risus ornare tempus eu eget elit.
Etiam eu neque scelerisque sem congue consequat vitae ut lectus.
Curabitur vel est porta, luctus quam ut, posuere tellus.
endabstract
Text.
enddocument
and its result:
With the given definition of environment abstract
(I only added an parvspace
to get a new paragraph after the abstract) you get only an abstract without leading blank, if you add an %
after beginabstract
. That means the disturbing blank you got comes from the blanks after command beginabstract
.
To get rid of it you have two possibilitys:
- Add the
%
afterbeginabstract
as I did in the mwe (and do not forget it!) or better - add
ignorespace
afterbfseries
as already shown by Steven ... It also ignores blanks afterbeginabstract
...
add a comment |
Additional to the answer of @StevenB.Segletes have a look to the following mwe:
documentclassarticle
renewenvironmentabstract
%
par%
noindentbfseries%
%
par%
vspacebaselineskip%
begindocument
beginabstract% <=====================================================
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Quisque gravida varius tellus, nec consequat nulla egestas dapibus.
Quisque leo justo, pellentesque vehicula nulla commodo, imperdiet egestas turpis.
Ut iaculis ante in tortor aliquet sodales.
Nullam et mauris ultrices neque sollicitudin congue quis sed diam.
Pellentesque blandit hendrerit diam, at cursus nisl eleifend vel.
Ut non egestas justo, ut semper ex.
Nullam laoreet purus eu dui elementum, non blandit turpis lacinia.
Sed eros justo, elementum sit amet dapibus sed, porta a velit.
Morbi a risus vel nibh bibendum consectetur.
Ut pharetra, enim non ornare dapibus, ante nibh auctor quam, ut dapibus eros enim quis lectus.
Suspendisse nec tellus in risus ornare tempus eu eget elit.
Etiam eu neque scelerisque sem congue consequat vitae ut lectus.
Curabitur vel est porta, luctus quam ut, posuere tellus.
endabstract
Text.
enddocument
and its result:
With the given definition of environment abstract
(I only added an parvspace
to get a new paragraph after the abstract) you get only an abstract without leading blank, if you add an %
after beginabstract
. That means the disturbing blank you got comes from the blanks after command beginabstract
.
To get rid of it you have two possibilitys:
- Add the
%
afterbeginabstract
as I did in the mwe (and do not forget it!) or better - add
ignorespace
afterbfseries
as already shown by Steven ... It also ignores blanks afterbeginabstract
...
add a comment |
Additional to the answer of @StevenB.Segletes have a look to the following mwe:
documentclassarticle
renewenvironmentabstract
%
par%
noindentbfseries%
%
par%
vspacebaselineskip%
begindocument
beginabstract% <=====================================================
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Quisque gravida varius tellus, nec consequat nulla egestas dapibus.
Quisque leo justo, pellentesque vehicula nulla commodo, imperdiet egestas turpis.
Ut iaculis ante in tortor aliquet sodales.
Nullam et mauris ultrices neque sollicitudin congue quis sed diam.
Pellentesque blandit hendrerit diam, at cursus nisl eleifend vel.
Ut non egestas justo, ut semper ex.
Nullam laoreet purus eu dui elementum, non blandit turpis lacinia.
Sed eros justo, elementum sit amet dapibus sed, porta a velit.
Morbi a risus vel nibh bibendum consectetur.
Ut pharetra, enim non ornare dapibus, ante nibh auctor quam, ut dapibus eros enim quis lectus.
Suspendisse nec tellus in risus ornare tempus eu eget elit.
Etiam eu neque scelerisque sem congue consequat vitae ut lectus.
Curabitur vel est porta, luctus quam ut, posuere tellus.
endabstract
Text.
enddocument
and its result:
With the given definition of environment abstract
(I only added an parvspace
to get a new paragraph after the abstract) you get only an abstract without leading blank, if you add an %
after beginabstract
. That means the disturbing blank you got comes from the blanks after command beginabstract
.
To get rid of it you have two possibilitys:
- Add the
%
afterbeginabstract
as I did in the mwe (and do not forget it!) or better - add
ignorespace
afterbfseries
as already shown by Steven ... It also ignores blanks afterbeginabstract
...
Additional to the answer of @StevenB.Segletes have a look to the following mwe:
documentclassarticle
renewenvironmentabstract
%
par%
noindentbfseries%
%
par%
vspacebaselineskip%
begindocument
beginabstract% <=====================================================
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Quisque gravida varius tellus, nec consequat nulla egestas dapibus.
Quisque leo justo, pellentesque vehicula nulla commodo, imperdiet egestas turpis.
Ut iaculis ante in tortor aliquet sodales.
Nullam et mauris ultrices neque sollicitudin congue quis sed diam.
Pellentesque blandit hendrerit diam, at cursus nisl eleifend vel.
Ut non egestas justo, ut semper ex.
Nullam laoreet purus eu dui elementum, non blandit turpis lacinia.
Sed eros justo, elementum sit amet dapibus sed, porta a velit.
Morbi a risus vel nibh bibendum consectetur.
Ut pharetra, enim non ornare dapibus, ante nibh auctor quam, ut dapibus eros enim quis lectus.
Suspendisse nec tellus in risus ornare tempus eu eget elit.
Etiam eu neque scelerisque sem congue consequat vitae ut lectus.
Curabitur vel est porta, luctus quam ut, posuere tellus.
endabstract
Text.
enddocument
and its result:
With the given definition of environment abstract
(I only added an parvspace
to get a new paragraph after the abstract) you get only an abstract without leading blank, if you add an %
after beginabstract
. That means the disturbing blank you got comes from the blanks after command beginabstract
.
To get rid of it you have two possibilitys:
- Add the
%
afterbeginabstract
as I did in the mwe (and do not forget it!) or better - add
ignorespace
afterbfseries
as already shown by Steven ... It also ignores blanks afterbeginabstract
...
answered 1 hour ago
KurtKurt
42.5k950167
42.5k950167
add a comment |
add a comment |
Bill Wang is a new contributor. Be nice, and check out our Code of Conduct.
Bill Wang is a new contributor. Be nice, and check out our Code of Conduct.
Bill Wang is a new contributor. Be nice, and check out our Code of Conduct.
Bill Wang is a new contributor. Be nice, and check out our Code of Conduct.
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%2f488523%2fcant-remove-one-character-of-space-in-my-environment%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
Welcome to TeX.SX! Apart from the
ignorespaces
Steven mentioned, a LaTeX environment already adds a group layer, so you don't need to misusebfseries
asbeginbfseries
...endbfseries
. Justbfseries
at thebegin
part is enough, and apar
in theend
part would prevent unexpected behaviour if someone usedendabstractoops
.– Phelype Oleinik
2 hours ago