Am Sonntag, 18. März 2007 04:55 schrieb Uwe Stöhr: > When you have chosen the template "Date" in the external material dialog, you can access the "LyX > View" tab and set there to view the date in LyX although it won't be shown. > As the Date is not designed to be shown in LyX as such, the tab should be disabled. > > I first thought about a special code for the Date inset but perhaps it is a good thing for other > future templates to disable the LyX View tab by design. So attached a patch that implements this. > > What do you think?
I believe that there is a better method to do it. The view thing is a boolean flag, no transformation as rotation or scaling - these do not switch dialog on or off (this is a side effect), but rather enable certain features in the LaTeX output. Therefore I'd like to see a true boolean flag instead, e.g. ViewInLyX true And of course documentation. Georg