Difference between revisions of "GSoC 2007 Math Plugin Progress"
From Scribus Wiki
Line 4: | Line 4: | ||
=== Plan === | === Plan === | ||
− | ........ | + | * Familiarize with scribus' code. |
+ | * Write a very basic latex template, so I have something to test in later stages. | ||
+ | |||
+ | === Notes === | ||
+ | '''Code:''' | ||
+ | * http://docs.scribus.net/devel/ | ||
+ | |||
+ | '''Latex:''' | ||
+ | * http://wiki.lyx.org/LyX/InstantPreview | ||
+ | * http://www.gnu.org/software/auctex/preview-latex | ||
=== Completion === | === Completion === | ||
+ | Working on this this. | ||
+ | |||
+ | == Stage 2 == | ||
+ | |||
+ | === Plan === | ||
+ | Start writing a very simple dummy frame and show it to the community to see if I'm doing it right. | ||
=== Notes === | === Notes === | ||
+ | This is not expected to do something useful just a kind of "hello world" so I'm sure that I use the right base-classes, integrate it correctly with the UI and don't make huge mistakes. | ||
+ | === Completion === | ||
− | == Stage | + | == Stage 3 == |
+ | TODO | ||
+ | === Notes === | ||
+ | I first have to learn more about scribus' internals to split this into smaller tasks. |
Revision as of 20:11, 13 April 2007
Contents
Stage 1
Plan
- Familiarize with scribus' code.
- Write a very basic latex template, so I have something to test in later stages.
Notes
Code:
Latex:
Completion
Working on this this.
Stage 2
Plan
Start writing a very simple dummy frame and show it to the community to see if I'm doing it right.
Notes
This is not expected to do something useful just a kind of "hello world" so I'm sure that I use the right base-classes, integrate it correctly with the UI and don't make huge mistakes.
Completion
Stage 3
TODO
Notes
I first have to learn more about scribus' internals to split this into smaller tasks.