alabid / flylatex

FlyLatex: A Realtime Collaborative Environment (with a concurrent editor) in node-js.
766 stars 85 forks source link

Add possibility to manage files associated with document (classes, styles, bibtex) #5

Closed victornoel closed 11 years ago

victornoel commented 11 years ago

Hi,

It would be cool to be able to add files that accompany the edited document, such as specific classes, styles, package, etc.

But also maybe have several files that can be edited (tex files obviously, but also bibtex for example).

alabid commented 11 years ago

That's a good idea. It's necessary to have a way to include packages and so on. I'd look into that (for the next version--coming soon hopefully). Or if you ever implement that feature, just submit a pull request. Thanks.

victornoel commented 11 years ago

Hi, shouldn't we leave this issue opened then until it's done? :) Same for #7 and #6!

kcholoren commented 11 years ago

Hi! I've just installed it and this feature it's really the most necessary. Can I contribute? I know nothing about this kind of code. Is there any guide or documentation to start with?

DavidSichau commented 11 years ago

Hi I have added a pull request which allows to split documents into several latex files. Sofar images and bibtex is not supported, but I will add these features in some time.

alabid commented 11 years ago

Hey @victornoel . You can now include images/style files using configs.includes.path. Let me know how this works for you...