Questions tagged [line]
400 questions
14
votes
2 answers
What's the dotted line equivalent of \rule?
I'm looking for the dotted line equivalent of :
\rule[]{}{}
Something that looks like :
.........................
Chung Ren Khoo
- 579
9
votes
2 answers
dashed signature
I'm curious how I can generate this signature with dashed line.
Could you help me?
user110944
- 351
9
votes
3 answers
How to make text in a middle of a line : ------- Text example -------
I would like to make horizontal lines at each side of some text. I tried to use \rule, but I want the total lenght (text + line) to be the same (and user defined) for several line-text, so the line lenght depends on the text lenght. Example :
Is…
Dimitri
- 91
3
votes
1 answer
Marks in a line interval
I'm trying to create a line interval with some annotations, but found myself tinkering too much with nodes and positions. Is there any smarter way to do this kind of work? Also I'm very annoyed by the $f$ not being exactly under the mark, leading to…
Lin
- 1,191
3
votes
2 answers
Lowering horizontal line relative to some text
Here's what I currently have :
Code is :
\begin{center}
\makebox[0.7\linewidth]{\Large{Name :} \hrulefill \ }\makebox[0.25\linewidth]{\Large{Class :} \hrulefill}
\end{center}
What I'm trying to get it to look like :
Basically, I need a way of…
Chung Ren Khoo
- 579
3
votes
1 answer
How to produce a thinning-out line?
I'm trying to reproduce the horizontal lines that slightly thin out on both ends that are sometimes used, for example, to separate paragraphs or sections of text.
Beside the usual hline, rule and line I've found also found this question where the…
kuadrat
- 33
3
votes
4 answers
Centred and flushed right on the same line
I'm trying to get both elements, one centered, one flushed right on the same horizontal line. I've tried
\begin{center} stuff \end{center} \hfill more stuff
But "more stuff" would appear on another line instead. Thanks.
Chung Ren Khoo
- 579
2
votes
1 answer
Making a ruled dinkus
How can I make a ruled dinkus in LaTeX? Meaning three asterisks *** with a short line (or extending to the paragraph width) on either side of ***.
Bhanat
- 1
- 4
2
votes
1 answer
Making new commands
I want to write my own library. How could one define a new command equivalent to the following ?
\par\noindent\rule[5pt]{\textwidth}{1pt}
Bhanat
- 1
- 4
2
votes
4 answers
A symbol after horizontal line
I want to write this,
$\begin{tabular}{11}
A &is true \\
B &is true \\
\hline A \wedge B &is true
\end{tabular}$
How do add the "^I" after \hline?
2
votes
2 answers
Line over multiple rows
Does anyone know, how to create something like this? I think it could work with tables, but I do not know if the lines will align that perfectly.
question
- 211
2
votes
1 answer
How do I remove this line from the bottom of the page?
% $Id: template.tex 11 2007-04-03 22:25:53Z jpeltier $
\documentclass{vgtc} % final (conference style)
%\documentclass[review]{vgtc} % review
%\documentclass[widereview]{vgtc} % wide-spaced…
2
votes
1 answer
Drawing lines on top and bottom on figures
I would like to create a figure with one line on top of it, and another one at the bottom, that separate the figure form the text. I have tried using the following code:
\begin{figure}[h]
\par\noindent\rule{\textwidth}{0.1pt}
\centering
…
Daniel Díez
- 101
2
votes
2 answers
How to quote what's left of the remaining horizontal space?
I'm trying to come up with my own command to fill what's left of the horizontal space with dots but I want the dots slightly lowered relative to the text. Here's my code…
Chung Ren Khoo
- 579
1
vote
2 answers
How to draw vertical line in precise position
Please help: I want to draw 2 vertical lines:
one line at 148 cm & one line at 160 cm
\usepackage[a4paper,landscape,left=0.5cm,right=1cm,top=1cm,bottom=1cm]{geometry}
Thanks
Ti Saigon
- 31