Skip to content

optimize tikz render - #1928

Merged
arnaudroques merged 5 commits into
plantuml:masterfrom
liudongmiao:latex-tikz-render
Sep 27, 2024
Merged

arnaudroques merged 5 commits into
plantuml:masterfrom
liudongmiao:latex-tikz-render

Conversation

@liudongmiao

@liudongmiao liudongmiao commented Sep 27, 2024

Copy link
Copy Markdown
Contributor
  1. keep space in beginning and end 01681ed
    Without this patch, there is no space between hello / interact and the url:
@startuml
' https://plantuml.com/en/latex
participant Bob   [[http://www.yahoo.com]]
participant Alice [[latex://resource-interaction]]
Bob -> Alice :    [[http://www.google.com]] hello
Bob -> Alice :    [[latex://resource-interaction]] interact
@enduml
  1. use tikz mode of standalone to avoid border ff829c7
    tikz mode in standalone is basic examples, would remove any margin, make it standalone.

  2. make all special characters copyable e3b9b97
    Three characters ^, _, ~ are not copyable (copy as ^, _, ~) if aeguill is loaded.
    And without aeguill, the \guillemotleft and guillemotright still works.
    And without aeguill, the ~ is vertically center.

@arnaudroques
arnaudroques merged commit 593d821 into plantuml:master Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants