vote up 3 vote down star
3

I'd like to use a programming model for custom graphics and precision placement, and an interactive visual mode for large scale layout and less precise placements. I've used tools (PostScript, various vector drawing programs) that do one of these modes well, but leave me pining for the other model. Which tools should I be investigating? I'm currently on OS X.

Examples: Creating diagrams with precise spacing, sets of cards, either likely drawing from some sort of data.

flag

2 Answers

vote up 1 vote down

I've been working lately with Lyx. It's more WYSIWYM (what you see is what you mean) rather than WYSIWYG, but it does give you very strict control over what goes where. Bit of a learning curve, though. Works on OSX, iirc.

link|flag
vote up 1 vote down

Adobe InDesign's scripting implementation is very robust (though, at times, a bit wonky). Most anything in the document, including invisible and "behind the scenes" objects, can be manipulated in the script. I do all sorts of automatic layouts with Applescript and InDesign, but there are also a lot of online resources dedicated to using Javascript with InDesign as well.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.