Hello everybody,
I apologize in advance for my poor english, I'm not a native speaker.
I would like to set the linespread of my tex document in pt (10pt actually). I tried it with :
- \linespread command. It didn't work
- setspace package & setstretch, it didn't work
In fact I have to set the linespread as it is for 1.5 in Word (10pt) but the \onehalfspacing and \linespread{1.3} are very smaller. The linespread{1.5} is too close from doublespacing.
Any idea ? Thanx in advance !
Alain
Page Layout ⇒ Linespread in pt ?
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: Linespread in pt ?
Is
\setlength{\baselineskip}{10pt}
what you're after?
(Though IIRC points in TeX differ from points in Word.)
\setlength{\baselineskip}{10pt}
what you're after?
(Though IIRC points in TeX differ from points in Word.)
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Linespread in pt ?
The predefined settings of the setspace package and the capabilty of its \setstretch command are more appropriate then those of Word. For reproducing Word documents you may take a look at the wordlike package.
Best regards and welcome to the board
Thorsten
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Linespread in pt ?
thanx for all you advices. I'll check the wordlike package. I hate using Word but many of my professors at College give orders which are related to Word (such as 1.5 linespread) for papers redaction. They don't know TeX...