Tagged Questions
23
votes
2answers
281 views
Add a rule underneath “Figure 1”
I want to add a line beneath the figure caption such as
Figure 1
Figure caption text here....
I managed to include a newline, change the color and look of the caption via caption package:
...
4
votes
1answer
343 views
Create separator lines for algorithm captions in algorithm2e
How I can generate separator lines for captions as follows in algorithm2e?
Algorithm 1: Generate Separator Line
5
votes
2answers
1k views
Horizontal and Dashed lines in caption
What I'm looking to do is caption a graph with something like
"It can be seen from x (solid line) and y (dashed line)"
Where "solid line" and "dashed line" are replaced by two solid and dashed ...
4
votes
2answers
1k views
Setting caption/rule width in Algorithm2e algs
Many of the algorithms I have with the algorithm2e package do not extend across the page width. If I use the package's boxruled or ruled options, the result is a box or rule that extends the pagewidth ...
5
votes
1answer
403 views
Removing the borders from algorithm listings
I am relatively new to LaTeX. If I use standard algorithm and algorithmic environment for my algorithm listings I'm getting the borders displayed around the table with the pseudocode. How to remove ...
10
votes
1answer
1k views
Horizontal line below figure caption
I would like to draw a horizontal line/rule beneath my multi-line caption to separate the caption more clearly from the rest of the text.
A quick example:
\begin{figure}[tb]
\begin{center}
...