Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Fix: Prevent new line indent #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

contrarianByte
Copy link

Added comments (%) within the environment definition of sequencediagram in order to prevent indents.

Added comments (%) within the environment definition of sequencediagram in order to prevent indents.
@majkrzak
Copy link

@xuyuan are you planning to merge it?

\pgfdeclarelayer{umlsd@background}% Necessary comment to prevent indent
\pgfdeclarelayer{umlsd@threadlayer}% Necessary comment to prevent indent
\pgfsetlayers{umlsd@background,umlsd@threadlayer,main}% Necessary comment to prevent indent
% Necessary comment to prevent indent

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can \unskip be used instead?

Comment on lines +334 to +337
\pgfdeclarelayer{umlsd@background}% Necessary comment to prevent indent
\pgfdeclarelayer{umlsd@threadlayer}% Necessary comment to prevent indent
\pgfsetlayers{umlsd@background,umlsd@threadlayer,main}% Necessary comment to prevent indent
% Necessary comment to prevent indent

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMO comment should stay empty, or at least not be repeated

@hmenke
Copy link

hmenke commented May 28, 2020

Merged in new upstream: pgf-tikz@8766cc1

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

Successfully merging this pull request may close these issues.

None yet

3 participants