I would like to have two consecutive lines of text where the shortest line is justified so that it ends at the end of the other, i.e. both lines should end at the end of the longest one. How can I do this?
Here is an example of what I would like. Imagine you have these two lines:
1) Lorem ipsum dolor sit amet,
2) consectetur adipisicing elit,
These lines are similar, but they do not end perfectly at the same point. I would like that the shortest line, in this case the second, is justified so that it ends at the same point of the first. I tried something with the environment tabular, but I'm not able to obtain the desired result. :(


