Search found 1 match

by martin_gm
Tue Apr 24, 2012 7:55 am
Forum: Text Formatting
Topic: Measure remaining length of line
Replies: 5
Views: 13620

Measure remaining length of line

Just to clarify the herein provided solution:

You don't actually measure the remaining of the current line, you measure the beginning of the line and subtract it from \linewidth .

At least that's what the example code does. I don't know if there is actually a way to get the remainder of the line ...