Tuesday, September 24, 2019

Re: Formatting inconsistencies between vim and other text editors

On Wed, Sep 18, 2019 at 06:23:43PM +0100, 'Ottavio Caruso' via vim_use wrote:
> I have a heavily formatted resume in pdf that I want to make as
> machine-readable as possible yet decently readable by a human.

My strategy on this is to get all of your CV in vim, get rid of all the
external makeup code (both you did already) and then,

rearrange all parts you want to keep in vim in the most clean posible way
-- basically restructuring your text in plain text instead.

a very good way to do so is to use a basic markup language like markdown
(the daringball version and not its derivates). that way you can have a
readable and when necessary exportable version of your CV.

for maintenance your CV is kept clean and straigtforward to edit.

on a higher level you could use LaTeX markup and codings instead of
markdown, but then it could be easier to start exporting the original
GUI CV to LaTeX and then edit and do maintenance with vim.

//meine

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/20190924172135.GB936%40trackstand.

No comments: