Skip to content

Graph in LaTeX output #25

Description

@scrouthtv

This is a thing I noticed working on #24 :
If I draw a graph in the latex output, every empty graph element is outputted as a \-:

dev & \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\- & 0\% & 2.8G & 2.8G & /dev

However, using pdflatex (and I'm pretty sure every other TeX compiler), the \- is interpreted as a suggestion to hyphenate.
So this graph is drawn is empty:
image
If I were to replace every \- with a simple -, it instead is drawn just like the text ouptut:
image
(notice the tiny line in between)

Is the current behaviour supposed to be like that? I read in the source that there might be an overhaul to the latex graph output at some point, but what about now?

If you want to change this, I can do it with #24 as well.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions