1 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // This file must be used under the terms of the CeCILL.
4 // This source file is licensed as described in the file COPYING, which
5 // you should have received as part of this distribution. The terms
6 // are also available at
7 // http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
9 function [rep] = getsymbol(Title)
15 warnobsolete('ged', '5.5.0');
33 fontsSiz = ["08","10","12","14","18","24"];
34 lmid = list("markId",1,marksIds);
35 lmsiz = list("marksize",1,fontsSiz);
36 xch_l = list(lmid,lmsiz);
37 entval = [lmid(2),lmsiz(2)];
38 rep = x_choices(Title,xch_l)-[1,1];