Open vermiculus opened 8 years ago
@vermiculus I understood what you are trying to do. Actually, I thought about spliting files into small bits while I was brainstorming for this repo. However, I also wanted it to be concise for people to get on LaTeX as fast as possible so I chose not to split it. On the "complicated merges" problem, I didn't see that coming ๐ข . So now, I am a little confused whether to split or not. Can you leave me sometimes to consider?
@vermiculus I agreed with you now. Sadly, my computer just broke last night. Will you help me splitting things up if I add you to the repo as a collab?
Can do.
@vermiculus Thank you. Invitation coming. Thank you.
If possible I would like to have a development branch so that we can discuss before pushing to the master branch ๐ .
Thank you, again. I will get back ASAP when my laptop is ready back.
Why was this closed? Having open issues in a repository isn't a bad thing ๐
@vermiculus No haha it's absolutely fine to me. haha :smile: I closed this because I thought we wouldn't accomplish this anyway. I myself didn't have the time to expand or split it. I don't know how about you haha but a long time have passed ( nearly 3 weeks ) so I closed it
Sometimes many weeks go by until folks are able to get to issues ๐ most of this has to do with school / work schedule constraints. Issues trackers like GitHub's are made for just that: tracking would you'd like to do in a project. They're there so we don't forget ๐
@vermiculus ๐ I totally understood now. Sorry for closing this issue weeks ago.
So, will you split the README? I found this project a while ago and I was wondering if some translation work could be done too (I could translate it to Spanish, but it would take some time). I would like to help :grin:
Maybe a new issue for translation and adding a label for "Begginer friendly" could bring more collaborators :)
(Just an idea, I like to find projects to collaborate :grin: )
@aaossa Thank you but I think I wouldn't split that. I would like to keep it simple, lean and straightforward. The guide is not that complex that it needs modularizing. In the future, I may think of upgrade it, then I would definitely split this readme file. But for now, just keep it simple like that.
Translation is welcomed, I never say I would ban that (lol :rofl: )
Maybe we should start people off with an online LaTeX editor like Overleaf, ShareLaTeX, or Papeeria?
We should consider splitting this document into multiple files to avoid complicated merges and allow for a clearer structure. I'd recommend a file structure like this:
Before I actually make the PR though, I'd like to nail down what the TOC should look like. This is what we have right now:
Here's what I'd propose:
Preface and Installation
Encompasses what/why, setup, and 'hello, world'. Gives a link to the section on multilingual support. Uses TeXworks as a 'click play' editor that's already installed with all major distributions.
Introduction
Explains 'hello, world' example and introduces the concept of packages via another example. Introduces build tools like Arara that will be used in the rest of the document's examples (#22). Introduces other editors like Texmaker, TeXShop, Kile, Emacs, and Vim. Drives home the 'LaTeX is a markup language' pointย -- it's editor-agnostic.
Organizing Your Document
Sectioning, tables of contents, and cross-referencing. Footnotes, images, tables, and LOFs/LOTs.
More sections as time goes onโฆ