* Unicode support?
- 16 bit Strings
- -u switch
- - detect of 16/8 bit files
+ - detect of 16/8 bit files
- examples to go with it.
* Spring_spacer:
- used fixed point fp
* \header
- - write perl script for handling it into databases
+ - write perl/python script for handling it into databases
- write TeX macros to generate titles
- adapt make-website to use \header info.
+ - output header info to MIDI too.
+
* Makefile stuff:
- Use Automake
Real geometric_spacing(Moment) const;
Real arithmetic_constant(Moment minimal_mom) const;
Real arithmetic_spacing( Moment mom,Real constant) const;
+ String TeX_output_settings_str () const;
};
#endif // Paper_def_HH
{
tex_out << header_l_->TeX_string();
}
+ tex_out << paper_l_->TeX_output_settings_str ();
+
- tex_out << "\n "<< paper_l_->lookup_l ()->texsetting << "%(Tex id)\n";
if (experimental_features_global_b)
tex_out << "\\turnOnExperimentalFeatures%\n";
super_elem_l_->output_all ();