ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* How to use metauml in ConTeXt
@ 2009-12-01  6:10 Joshua Lee
  2009-12-01  8:23 ` luigi scarso
  2009-12-01 22:17 ` Renaud AUBIN
  0 siblings, 2 replies; 5+ messages in thread
From: Joshua Lee @ 2009-12-01  6:10 UTC (permalink / raw)
  To: ntg-context

Hi All,
Is there any way to use metauml from ConTeXt? 
http://thor.info.uaic.ro/~ogh/lop/

BTW, is there any ConTeXt modules to write uml sequence diagram 
similar to http://code.google.com/p/pgf-umlsd ?

Thanks in advance.

Best regards,
Joshua

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to use metauml in ConTeXt
  2009-12-01  6:10 How to use metauml in ConTeXt Joshua Lee
@ 2009-12-01  8:23 ` luigi scarso
  2009-12-01 10:47   ` Joshua Lee
  2009-12-01 22:17 ` Renaud AUBIN
  1 sibling, 1 reply; 5+ messages in thread
From: luigi scarso @ 2009-12-01  8:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Dec 1, 2009 at 7:10 AM, Joshua Lee <muzili@gmail.com> wrote:
> Hi All,
> Is there any way to use metauml from ConTeXt?
> http://thor.info.uaic.ro/~ogh/lop/
Do you have a simple example ?

-- 
luigi
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to use metauml in ConTeXt
  2009-12-01  8:23 ` luigi scarso
@ 2009-12-01 10:47   ` Joshua Lee
  0 siblings, 0 replies; 5+ messages in thread
From: Joshua Lee @ 2009-12-01 10:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi luigi,
Please refer to http://edutechwiki.unige.ch/en/MetaUML for the example,
thanks. There's the metauml package from texlive-metapost, i'm not sure 
how to use it in ConTeXt.

Best regards,
Joshua

On Tue, 01 Dec 2009, luigi scarso wrote:

> On Tue, Dec 1, 2009 at 7:10 AM, Joshua Lee <muzili@gmail.com> wrote:
> > Hi All,
> > Is there any way to use metauml from ConTeXt?
> > http://thor.info.uaic.ro/~ogh/lop/
> Do you have a simple example ?
> 
> -- 
> luigi
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________

-- 
Joshua Lee
Alpha Networks(Chengdu) Co., LTD
Shanghai Branch

TEL: (86-21)61609650 EXT: 8020
FAX: (86-21)61609650 EXT: 8041
ADD: Suite 301, No.10, 198 Lane, Zhangheng Road,
     ZJ Hi-Tech Park, Shanghai, China 201204

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to use metauml in ConTeXt
  2009-12-01  6:10 How to use metauml in ConTeXt Joshua Lee
  2009-12-01  8:23 ` luigi scarso
@ 2009-12-01 22:17 ` Renaud AUBIN
  2009-12-02  1:49   ` Joshua Lee
  1 sibling, 1 reply; 5+ messages in thread
From: Renaud AUBIN @ 2009-12-01 22:17 UTC (permalink / raw)
  To: mailing list for ConTeXt users

>>>>> "Joshua" == Joshua Lee <muzili@gmail.com> writes:

Joshua> Hi All, Is there any way to use metauml from ConTeXt?
Joshua> http://thor.info.uaic.ro/~ogh/lop/

Joshua> BTW, is there any ConTeXt modules to write uml sequence diagram
Joshua> similar to http://code.google.com/p/pgf-umlsd ?

Joshua> Thanks in advance.

Joshua> Best regards, Joshua


Hi Joshua,

There we use the following chain:
- Edit UML diagrams with bouml (a really really great tool to design and
  for reverse engineering… )
- Export to SVG (take care of the font with qt-config if you want some
  consistency within your final pdf)
- SVG to PDF conversion with inkscape (command line + fonts embedding
  option if needed)
- just use the PDF as another external figure…

I'll check tomorrow if I have succeeded to optimize the fonts embedding
(this point has annoyed me a lot)…

From my POV, MetaUML is not adapted to a real production environment
(except at pure design stage)…

Worth give à try to bouml -> pdf
Your UML diagrams should look great with a few bouml/fonts/qt-config
configuration.


Renaud
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: How to use metauml in ConTeXt
  2009-12-01 22:17 ` Renaud AUBIN
@ 2009-12-02  1:49   ` Joshua Lee
  0 siblings, 0 replies; 5+ messages in thread
From: Joshua Lee @ 2009-12-02  1:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi Renaud,
Thanks, I'll have a try.

Best regards,
Joshua

On Tue, 01 Dec 2009, Renaud AUBIN wrote:

> >>>>> "Joshua" == Joshua Lee <muzili@gmail.com> writes:
> 
> Joshua> Hi All, Is there any way to use metauml from ConTeXt?
> Joshua> http://thor.info.uaic.ro/~ogh/lop/
> 
> Joshua> BTW, is there any ConTeXt modules to write uml sequence diagram
> Joshua> similar to http://code.google.com/p/pgf-umlsd ?
> 
> Joshua> Thanks in advance.
> 
> Joshua> Best regards, Joshua
> 
> 
> Hi Joshua,
> 
> There we use the following chain:
> - Edit UML diagrams with bouml (a really really great tool to design and
>   for reverse engineering… )
> - Export to SVG (take care of the font with qt-config if you want some
>   consistency within your final pdf)
> - SVG to PDF conversion with inkscape (command line + fonts embedding
>   option if needed)
> - just use the PDF as another external figure…
> 
> I'll check tomorrow if I have succeeded to optimize the fonts embedding
> (this point has annoyed me a lot)…
> 
> From my POV, MetaUML is not adapted to a real production environment
> (except at pure design stage)…
> 
> Worth give à try to bouml -> pdf
> Your UML diagrams should look great with a few bouml/fonts/qt-config
> configuration.
> 
> 
> Renaud
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________

-- 
Joshua Lee
Alpha Networks(Chengdu) Co., LTD
Shanghai Branch

TEL: (86-21)61609650 EXT: 8020
FAX: (86-21)61609650 EXT: 8041
ADD: Suite 301, No.10, 198 Lane, Zhangheng Road,
     ZJ Hi-Tech Park, Shanghai, China 201204

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-12-02  1:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-01  6:10 How to use metauml in ConTeXt Joshua Lee
2009-12-01  8:23 ` luigi scarso
2009-12-01 10:47   ` Joshua Lee
2009-12-01 22:17 ` Renaud AUBIN
2009-12-02  1:49   ` Joshua Lee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).