gnieh / bluelatex

A collaborative Latex Editor written in Scala and AngularJS
http://www.bluelatex.org
Apache License 2.0
81 stars 18 forks source link

missing package makeidx #258

Closed MahomaIza closed 8 years ago

MahomaIza commented 8 years ago

Hi

When I try to use \usepackage{makeidx} to create an index of topics, although I do not get any errors, the command \printindex does not produce any page. If I run the same code in my desktop latex it prints the following index

Could it be that the package is missing? If so, could you add it?

tdurieux commented 8 years ago

What server do you use? blue.publications.li (the server will close at the end of the month) or demo.bluelatex.org

MahomaIza commented 8 years ago

I use demo.bluelatex.org

Mahoma

On Thu, May 12, 2016 at 1:53 AM, Thomas Durieux notifications@github.com wrote:

What server do you use? blue.publications.li (the server will close at the end of the month) or demo.bluelatex.org

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/gnieh/bluelatex/issues/258#issuecomment-218698005

tdurieux commented 8 years ago

As I understand, makeidx requires the use of a external tool to generate the indexes. @satabin From your point of view, what is the best way to integrate this tool?

makeidx usage:

makeindex build/main.idx
satabin commented 8 years ago

A new compiler must be added into \BlueLaTeX to handle makeindex. It is quite easy to do I think but requires some testing to make sure that the process sequence is correct.

tdurieux commented 8 years ago

Now you can create index on the demo https://demo.bluelatex.org/#/paper/x1c71dd0598854b63

But you need to compile several times the paper in order to see the index table.

MahomaIza commented 8 years ago

Awesome!! Thanks!

Mahoma

On Sat, Jun 4, 2016 at 4:42 AM, Thomas Durieux notifications@github.com wrote:

Now you can create index on the demo https://demo.bluelatex.org/#/paper/x1c71dd0598854b63

But you need to compile several times the paper in order to see the index table.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/gnieh/bluelatex/issues/258#issuecomment-223751187, or mute the thread https://github.com/notifications/unsubscribe/ASbTerxDHjkonMLL1aoGFeVXFFDTRbdDks5qIWSSgaJpZM4Iczn1 .