Re: [NTG-context] Furigana
Sorry to keep going on about this, but trying to load the project/environment with either of \project myproject \environment myenvironment in the component (directly after \startcomponent) gives me an error. It compiles fine without these commands, but then the \ruby command does not work. What am I doing wrong? Thank you. Severin
Thank you, it's almost working. I am making use of projects, products, environments and components. My \usemodule[ruby] sits in my environment file, but I'm using the \ruby command down in the component file. The environment is only called in the project file, but the component links back to the product (with \product - I guess that's how you do it?) and the product back to the project. The error occurs, no matter at which level (project/product/component) I am compiling. Do I really need to call the module in each component? I thought the component should trace back to the higher levels to find which modules to load...
Load the project or the environment file in your component.
Wolfgang
On 20-10-2010 6:25, S Barmeier wrote:
Sorry to keep going on about this, but trying to load the project/environment with either of
\project myproject \environment myenvironment
in the component (directly after \startcomponent) gives me an error. It compiles fine without these commands, but then the \ruby command does not work. What am I doing wrong?
is \startcomponent followed by a name? \startcomponent myname ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On 10/20/2010 09:30 AM, Hans Hagen wrote:
On 20-10-2010 6:25, S Barmeier wrote:
Sorry to keep going on about this, but trying to load the project/environment with either of
\project myproject \environment myenvironment
in the component (directly after \startcomponent) gives me an error. It compiles fine without these commands, but then the \ruby command does not work. What am I doing wrong?
is \startcomponent followed by a name?
\startcomponent myname
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Yes, it is followed by a name, 02japlang is what I called my component and 02japlang.tex is the file containing it. Seems like quite a natural name (it's the second chapter)...
S Barmeier wrote:
Sorry to keep going on about this, but trying to load the project/environment with either of
\project myproject \environment myenvironment
in the component (directly after \startcomponent) gives me an error. It compiles fine without these commands, but then the \ruby command does not work. What am I doing wrong? Could you please provide a small example?
participants (3)
-
Hans Hagen
-
S Barmeier
-
Yury G. Kudryashov