Deutsch   English   Français   Italiano  
<vktlcq$1i26p$5@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From: Chris <ithinkiam@gmail.com>
Newsgroups: alt.comp.os.windows-11,comp.os.linux.advocacy
Subject: Re: The problem with not owning the software
Date: Mon, 30 Dec 2024 08:24:58 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 22
Message-ID: <vktlcq$1i26p$5@dont-email.me>
References: <Tn39P.50437$%aWb.4583@fx18.iad>
 <vk5vjq$3v34m$1@toylet.eternal-september.org>
 <nuy9P.28629$aTp4.27488@fx09.iad>
 <vkbuqd$18m92$2@toylet.eternal-september.org>
 <9OCcnRW7grqkbPT6nZ2dnZfqnPUAAAAA@earthlink.com>
 <vkfva1$28j6k$1@toylet.eternal-september.org>
 <vkhqif$2hvap$1@dont-email.me>
 <vkmd9n$3l76a$4@toylet.eternal-september.org>
 <vko7up$6qks$2@dont-email.me>
 <ltb26aFov8dU1@mid.individual.net>
 <fUYbP.143220$bYV2.129957@fx17.iad>
 <ltbjk1FrgqvU3@mid.individual.net>
 <zKecnbsivueyNO36nZ2dnZfqn_HTpa6r@earthlink.com>
 <ltca8sFb5sU3@mid.individual.net>
 <cbn84lxaeu.ln2@Telcontar.valinor>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 30 Dec 2024 09:24:59 +0100 (CET)
Injection-Info: dont-email.me; posting-host="4e293484106726790b692de9e9b78369";
	logging-data="1640665"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+mB6HC1cxavdFtj93GrU+Oskp2tXZxhic="
User-Agent: NewsTap/5.5 (iPhone/iPod Touch)
Cancel-Lock: sha1:HutVdttg8M6Is3XXQupgrnrLYu4=
	sha1:QDX2qCuk2pHw+v8AJgl4Vf3PX8A=
Bytes: 2469

Carlos E.R. <robin_listas@es.invalid> wrote:
> On 2024-12-29 07:58, rbowman wrote:
>> On Sun, 29 Dec 2024 01:43:11 +0000, Ant wrote:
>> 
>>> What do you use to edit/create documents and spreadsheets with others?
>> 
>> I don't. Anything I create is done with Vim. For external use we have tech
>> writers that make it pretty. My attempts to edit RFPs with LibreOffice
>> don't work well, so I either use Vim and reference the sections or print
>> relevant pages and use a pen.
> 
> Amazing that none of you has mentioned latex. You can edit documents 
> with vi.

Writing direct latex is quite a learning curve. I prefer markdown for
simple documents which can be converted to pdf or docx as needed with
pandoc. 

Markdown is also great for embedding interpretable code which can be
evaluated when knitted or compiled. Perfect for writing data reports as
part of a workflow.