465 latex.TLatex::Copy(*
this);
475 TAttLine::operator=(
lt);
572 const char *
tab[] = {
"alpha",
"beta",
"chi",
"delta",
"varepsilon",
"phi",
"gamma",
"eta",
"iota",
"varphi",
"kappa",
"lambda",
573 "mu",
"nu",
"omicron",
"pi",
"theta",
"rho",
"sigma",
"tau",
"upsilon",
"varomega",
"omega",
"xi",
"psi",
"zeta",
574 "Alpha",
"Beta",
"Chi",
"Delta",
"Epsilon",
"Phi",
"Gamma",
"Eta",
"Iota",
"vartheta",
575 "Kappa",
"Lambda",
"Mu",
"Nu",
"Omicron",
"Pi",
"Theta",
"Rho",
"Sigma",
"Tau",
576 "Upsilon",
"varsigma",
"Omega",
"Xi",
"Psi",
"Zeta",
"varUpsilon",
"epsilon"};
578 const char *
tab2[] = {
"leq",
"/",
"infty",
"voidb",
"club",
"diamond",
"heart",
579 "spade",
"leftrightarrow",
"leftarrow",
"uparrow",
"rightarrow",
580 "downarrow",
"circ",
"pm",
"doublequote",
"geq",
"times",
"propto",
581 "partial",
"bullet",
"divide",
"neq",
"equiv",
"approx",
"3dots",
582 "cbar",
"topbar",
"downleftarrow",
"aleph",
"Jgothic",
"Rgothic",
"voidn",
583 "otimes",
"oplus",
"oslash",
"cap",
"cup",
"supset",
"supseteq",
584 "notsubset",
"subset",
"subseteq",
"in",
"notin",
"angle",
"nabla",
585 "oright",
"ocopyright",
"trademark",
"prod",
"surd",
"upoint",
"corner",
"wedge",
586 "vee",
"Leftrightarrow",
"Leftarrow",
"Uparrow",
"Rightarrow",
587 "Downarrow",
"diamond",
"LT",
"void1",
"copyright",
"void3",
"sum",
588 "arctop",
"lbar",
"arcbottom",
"topbar",
"void8",
"bottombar",
"arcbar",
589 "ltbar",
"AA",
"aa",
"void06",
"GT",
"int",
"forall",
"exists" };
591 const char *
tab3[] = {
"bar",
"vec",
"dot",
"hat",
"ddot",
"acute",
"grave",
"check",
"tilde",
"slash"};
597 Int_t min = 0, max = 0;
615 if (t[i] ==
'{' && !(i>0 && t[i-1] ==
'@'))
nBrackets++;
616 if (t[i] ==
'}' && t[i-1]!=
'@')
nBrackets--;
641 Error(
"Analyse",
"It seems there is a syntax error in the TLatex string");
715 if (
text[i+1]!=
'{' && !(
text[i+2]==
'{' && (
text[i+1]==
'^' ||
text[i+1]==
'_'))
784 if (
strncmp(buf,
"splitline{",10)==0) {
830 if (
strncmp(buf,
"frac{",5)==0) {
899 if (
strncmp(buf,
"{}{",3)==0 ) {
1010 if (min >= 2 &&
strncmp(&
text[min-2],
"{}",2)==0) {
1041 pos = (
m-
fs1.Width())/2;
1058 if (min >= 2 &&
strncmp(&
text[min-2],
"{}",2)==0) {
1118 if (
fs2.Width()>
fs1.Width())
1165 if (
fs2.Width()>
fs1.Width())
1224 hbar.SetTextFont(12);
1228 hbar.SetTextAlign(11);
1243 minus.SetTextFont(122);
1247 minus.SetTextAlign(11);
1261 plus.SetTextFont(122);
1265 plus.SetTextAlign(11);
1279 mp.SetTextFont(122);
1280 mp.SetTextColor(
spec.fColor);
1281 mp.SetTextSize(
spec.fSize);
1283 mp.SetTextAlign(11);
1286 mp.PaintText(
xx,
yy,
"\261");
1314 bs.SetTextColor(
spec.fColor);
1315 bs.SetTextSize(
spec.fSize);
1317 bs.SetTextAlign(11);
1320 bs.PaintText(
xx,
yy,
"\\");
1366 if (
gPad->GetPainter()->IsCocoa()) {
1417 yy[0] =
yy[1] =
y - sub -
fs1.Over();
1444 xx[1] =
x +
fs1.Width()/2;
1445 xx[0] =
xx[1] -
fs1.Width()/3;
1446 xx[2] =
xx[1] +
fs1.Width()/3;
1447 yy[0] =
y - sub -
fs1.Over();
1448 yy[1] =
yy[0] - 2*sub;
1455 midx =
x +
fs1.Width()/2 - 1.5*sub,
1460 midx =
x +
fs1.Width()/2 + 1.5*sub;
1468 xx[0] =
x +
fs1.Width()/2;
xx[1] =
xx[0] + 3*sub;
1469 yy[0] =
y - sub -
fs1.Over();
1470 yy[1] =
yy[0] - 2.5*sub;
1476 xx[0] =
x +
fs1.Width()/2 + sub;
xx[1] =
xx[0] - 2*sub;
1477 yy[0] =
y - sub -
fs1.Over();
1478 yy[1] =
yy[0] - 2*sub;
1484 xx[1] =
x+
fs1.Width()/2;
xx[0] =
xx[1] - 2*sub;
xx[2] =
xx[1] + 2*sub;
1485 yy[1] =
y - sub -
fs1.Over();
1486 yy[0] =
yy[2] =
yy[1] - 2*sub;
1496 if (
auto ps =
gPad->GetPainter()->GetPS()) {
1497 if (!
strstr(ps->GetTitle(),
"IMG"))
1500 ps->SetTextAlign(22);
1501 ps->Text(
xx,
yy,
"~");
1503 if (
gPad->GetPainter()->IsCocoa())
1511 tilde.SetTextAlign(22);
1519 xx[0] =
x + 0.8*
fs1.Width();
1520 yy[0] =
y -
fs1.Over() - sub;
1521 xx[1] =
x + 0.3*
fs1.Width();
1522 yy[1] =
yy[0] +
fs1.Height() + 2*sub;
1596 l8 =
fs1.Height()/8 ;
1603 l8 =
fs1.Height()/8 ;
1634 fError =
"Missing denominator for #frac";
1648 if (
fs1.Width()<
fs2.Width()) {
1667 fError =
"Missing second line for #splitline";
1743 fError =
"Missing color number. Syntax is #color[(Int_t)nb]{ ... }";
1754 fError =
"Invalid color number. Syntax is #color[(Int_t)nb]{ ... }";
1765 else if (
opUrl>-1) {
1768 fError =
"Missing url. Syntax is #url[http://...]{ ... }";
1787 fError =
"Missing font number. Syntax is #font[nb]{ ... }";
1798 fError =
"Invalid font number. Syntax is #font[(Int_t)nb]{ ... }";
1812 fError =
"Missing horizontal shift number. Syntax is #kern[dx]{ ... }";
1823 fError =
"Invalid horizontal shift number. Syntax is #kern[(Float_t)dx]{ ... }";
1842 fError =
"Missing vertical shift number. Syntax is #lower[dy]{ ... }";
1853 fError =
"Invalid vertical shift number. Syntax is #lower[(Float_t)dy]{ ... }";
1872 fError =
"Missing scale factor. Syntax is #scale[(Double_t)nb]{ ... }";
1883 fError =
"Invalid scale factor. Syntax is #factor[(Double_t)nb]{ ... }";
1897 Int_t lut[] = {3, 13, 1, 6, 7, 4, 5, 10, 11, 8, 9, 12, 2, 14, 15};
1923 Int_t lut[] = {13, 3, 2, 5, 4, 7, 6, 9, 8, 11, 10, 15, 1, 14, 12};
1951 for (i=0 ; i<
leng ; i++) {
1957 if (
text[i] ==
'@') {
1959 if ( *(
p+1) ==
'{' || *(
p+1) ==
'}' || *(
p+1) ==
'[' || *(
p+1) ==
']') {
2082 for (
Int_t i = 0; i <=
np; i++) {
2112 for (
Int_t i = 0; i <=
np; i++) {
2154 auto ps =
gPad->GetPainter()->GetPS();
2156 if (ps && ps->InheritsFrom(
"TTeXDump")) {
2214 t.
ReplaceAll(
"#splitline",
"\\genfrac{}{}{0pt}{}");
2219 ps->SetTextAngle(
angle);
2220 ps->Text(
x,
y, t.
Data());
2236 newText.ReplaceAll(
"#hbox",
"#mbox");
2247 gPad->GetPainter()->SetTextAngle(
angle);
2254 auto ps =
gPad->GetPainter()->GetPS();
2256 if (ps && (ps->InheritsFrom(
"TPDF") || ps->InheritsFrom(
"TSVG"))) {
2307 case 0:
y -=
fs.Under();
break;
2309 case 2:
y +=
fs.Height()*0.5-
fs.Under() + 1.;
break;
2310 case 3:
y +=
fs.Over();
break;
2313 case 2:
x -=
fs.Width()/2;
break;
2314 case 3:
x -=
fs.Width();
break;
2337 const Char_t *
kWord1[] = {
"{}^{",
"{}_{",
"^{",
"_{",
"#scale{",
"#color{",
"#url{",
"#font{",
"#sqrt{",
"#[]{",
"#{}{",
"#||{",
2338 "#bar{",
"#vec{",
"#dot{",
"#hat{",
"#ddot{",
"#acute{",
"#grave{",
"#check{",
"#tilde{",
"#slash{",
"#bf{",
"#it{",
"#mbox{",
2339 "\\scale{",
"\\color{",
"\\font{",
"\\sqrt{",
"\\[]{",
"\\{}{",
"\\||{",
"#(){",
"\\(){",
2340 "\\bar{",
"\\vec{",
"\\dot{",
"\\hat{",
"\\ddot{",
"\\acute{",
"\\grave{",
"\\check{",
"\\bf{",
"\\it{",
"\\mbox{"};
2341 const Char_t *
kWord2[] = {
"#scale[",
"#color[",
"#url[",
"#font[",
"#sqrt[",
"#kern[",
"#lower[",
"\\scale[",
"\\color[",
"\\font[",
"\\sqrt[",
"\\kern[",
"\\lower["};
2342 const Char_t *
kWord3[] = {
"#frac{",
"\\frac{",
"#splitline{",
"\\splitline{"};
2343 const Char_t *
kLeft1[] = {
"#left[",
"\\left[",
"#left{",
"\\left{",
"#left|",
"\\left|",
"#left(",
"\\left("};
2344 const Char_t *
kLeft2[] = {
"#[]{",
"#[]{",
"#{}{",
"#{}{",
"#||{",
"#||{",
"#(){",
"#(){"};
2345 const Char_t *kRight[] = {
"#right]",
"\\right]",
"#right}",
"\\right}",
"#right|",
"\\right|",
"#right)",
"\\right)"};
2346 const Int_t lkWord1[] = {4,4,2,2,7,7,5,6,6,4,4,4,5,5,5,5,6,7,7,7,7,7,4,4,6,7,7,6,6,4,4,4,4,4,5,5,5,5,6,7,7,7,4,4,6};
2347 const Int_t lkWord2[] = {7,7,5,6,6,6,7,7,7,6,6,6,7} ;
2358 Char_t buf[11] ;
for (i=0;i<11;i++) buf[i]=0;
2376 for (k = 0 ; k <
nLeft1 ; k++) {
2399 fError =
"Operators \"#left\" and \"#right\" don't match !" ;
2403 for (k = 0 ; k <
nLeft1 ; k++) {
2406 for (k = 0 ; k <
nRight ; k++) {
2472 else if (
text[i] ==
']' ) {
2473 text.Insert(i,
"@") ;
2477 else if (
text[i] ==
'[' ) {
2478 text.Insert(i,
"@") ;
2482 else if (
text[i] ==
'{' ) {
2483 text.Insert(i,
"@") ;
2487 else if (
text[i] ==
'}' ) {
2492 text.Insert(i,
"@") ;
2504 fError =
"Invalid number of \"]{\"" ;
2508 fError =
"Error in syntax of \"#frac\"" ;
2512 fError =
"Missing \"{\"" ;
2516 fError =
"Missing \"}\"" ;
2520 fError =
"Missing \"[\"" ;
2524 fError =
"Missing \"]\"" ;
2569 if (!
gPad)
return 0.;
2584 if (!
gPad)
return 0.;
2586 if(
newText.Length() == 0)
return 0;
2589 if (
newText.Contains(
"\\") ) {
2591 return tm.GetXsize();
2606 return std::abs(
gPad->AbsPixeltoX(
fs.Width()) -
gPad->AbsPixeltoX(0));
2616 if(
newText.Length() == 0)
return;
2619 if (
newText.Contains(
"\\") ) {
2621 tm.GetBoundingBox(
w,
h);
2647 for (
Int_t i=1; i<4; i++) {
2670 if (!
gPad)
return 0.;
2672 if(
newText.Length() == 0)
return 0;
2675 if (
newText.Contains(
"\\") ) {
2677 return tm.GetYsize();
2692 return std::abs(
gPad->AbsPixeltoY(
fs.Height()) -
gPad->AbsPixeltoY(0));
2701 Error(
"Readfs",
"No data in fTabSize stack");
2724 out,
Class(),
"tex",
2731 out <<
" tex->SetNDC();\n";
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
int Int_t
Signed integer 4 bytes (int)
char Char_t
Character 1 byte (char)
unsigned int UInt_t
Unsigned integer 4 bytes (unsigned int)
float Float_t
Float 4 bytes (float)
short Short_t
Signed Short integer 2 bytes (short)
double Double_t
Double 8 bytes.
const char Option_t
Option string (const char)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
winID h TVirtualViewer3D TVirtualGLPainter p
Option_t Option_t SetLineWidth
Option_t Option_t SetTextSize
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t np
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t r
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h prop
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t result
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h length
Option_t Option_t SetLineColor
Option_t Option_t TPoint TPoint const char x2
Option_t Option_t TPoint TPoint const char x1
Option_t Option_t SetTextFont
Option_t Option_t TPoint TPoint angle
Option_t Option_t TPoint TPoint const char y2
Option_t Option_t TPoint TPoint const char DrawLine
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize fs
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t height
Option_t Option_t TPoint TPoint const char text
Option_t Option_t TPoint TPoint const char y1
Fill Area Attributes class.
virtual Color_t GetLineColor() const
Return the line color.
virtual Width_t GetLineWidth() const
Return the line width.
virtual void Modify()
Change current line attributes if necessary.
void Copy(TAttLine &attline) const
Copy this line attributes to a new TAttLine.
virtual void SaveLineAttributes(std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t widdef=1)
Save line attributes as C++ statement(s) on output stream out.
virtual Float_t GetTextSize() const
Return the text size.
virtual void Modify()
Change current text attributes if necessary.
virtual void SetTextAlign(Short_t align=11)
Set the text alignment.
virtual Short_t GetTextAlign() const
Return the text alignment.
virtual Font_t GetTextFont() const
Return the text font.
Float_t fTextAngle
Text angle.
virtual Color_t GetTextColor() const
Return the text color.
virtual void SetTextAngle(Float_t tangle=0)
Set the text angle.
virtual Float_t GetTextAngle() const
Return the text angle.
virtual void SetTextColor(Color_t tcolor=1)
Set the text color.
Font_t fTextFont
Text font.
virtual void SaveTextAttributes(std::ostream &out, const char *name, Int_t alidef=12, Float_t angdef=0, Int_t coldef=1, Int_t fondef=61, Float_t sizdef=1)
Save text attributes as C++ statement(s) on output stream out.
virtual Float_t GetTextSizePercent(Float_t size)
Return the text in percent of the pad size.
Short_t fTextAlign
Text alignment.
void Copy(TAttText &atttext) const
Copy this text attributes to a new TAttText.
To draw Mathematical Formula.
virtual void SetLimitIndiceSize(Int_t limitFactorSize)
Set limit for text resizing of subscripts and superscripts.
Double_t GetXsize()
Return size of the formula along X in pad coordinates when the text precision is smaller than 3.
void Rotate(TVirtualPad *pad, Double_t angle, Int_t np, Double_t *x, Double_t *y)
Rotate array of points around fX, fY coordinate by specified angle.
Double_t GetHeight() const
Return height of current pad in pixels.
void Copy(TObject &text) const override
Copy this TLatex object to another TLatex.
Double_t fFactorPos
! Relative position of subscripts and superscripts
Int_t fLimitFactorSize
lower bound for subscripts/superscripts size
void DrawLine(Double_t x1, Double_t y1, Double_t x2, Double_t y2, const TextSpec_t &spec)
Draw a line in a Latex formula.
TLatexFormSize Anal1(const TextSpec_t &spec, const Char_t *t, Int_t length)
Analyse function.
void DrawParenthesis(Double_t x1, Double_t y1, Double_t r1, Double_t r2, Double_t phimin, Double_t phimax, const TextSpec_t &spec)
Draw an arc of ellipse in a Latex formula (right or left parenthesis)
virtual void SetIndiceSize(Double_t factorSize)
Set relative size of subscripts and superscripts.
std::vector< TLatexFormSize > fTabSize
! array of values for the different zones
Int_t PaintLatex1(Double_t x, Double_t y, Double_t angle, Double_t size, const char *text)
Drawing function.
Double_t fOriginSize
Font size of the starting font.
Double_t GetYsize()
Return size of the formula along Y in pad coordinates when the text precision is smaller than 3.
TLatexFormSize FirstParse(Double_t angle, Double_t size, const Char_t *text)
First parsing of the analyse sequence.
TLatexFormSize Readfs()
Read fs in fTabSize.
void GetBoundingBox(UInt_t &w, UInt_t &h, Bool_t angle=kFALSE) override
Return text size in pixels.
@ kTextNDC
The text position is in NDC coordinates.
TLatex * DrawLatexNDC(Double_t x, Double_t y, const char *text)
Draw this TLatex with new coordinates in NDC.
void DrawCircle(Double_t x1, Double_t y1, Double_t r, const TextSpec_t &spec)
Draw an arc of ellipse in a Latex formula (right or left parenthesis)
virtual void PaintLatex(Double_t x, Double_t y, Double_t angle, Double_t size, const char *text)
Main drawing function.
TLatex()
Default constructor.
Bool_t fShow
! is true during the second pass (Painting)
~TLatex() override
Destructor.
void SavePrimitive(std::ostream &out, Option_t *option="") override
Save primitive as a C++ statement(s) on output stream out.
TLatex & operator=(const TLatex &)
assignment operator
void DrawPolyLine(Int_t npoints, Double_t *xx, Double_t *yy, const TextSpec_t &spec, Double_t scale_width=0.)
Draw a poly line in a Latex formula Is scale_width parameter >=1, fill area will be drawn Otherwise l...
TLatex * DrawLatex(Double_t x, Double_t y, const char *text)
Make a copy of this object with the new parameters And copy object attributes.
Double_t fFactorSize
! Relative size of subscripts and superscripts
const Char_t * fError
! error code
Bool_t fItalic
! Currently inside italic operator
void Paint(Option_t *option="") override
Paint.
TLatexFormSize Analyse(Double_t x, Double_t y, const TextSpec_t &spec, const Char_t *t, Int_t length)
Analyse and paint the TLatex formula.
Int_t CheckLatexSyntax(TString &text)
Check if the Latex syntax is correct.
void Savefs(TLatexFormSize *fs)
Save fs values in array fTabSize.
To draw TeX Mathematical Formula.
const char * GetTitle() const override
Returns title of object.
Mother of all ROOT objects.
R__ALWAYS_INLINE Bool_t TestBit(UInt_t f) const
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
static void SavePrimitiveDraw(std::ostream &out, const char *variable_name, Option_t *option=nullptr)
Save invocation of primitive Draw() method Skipped if option contains "nodraw" string.
static void SavePrimitiveConstructor(std::ostream &out, TClass *cl, const char *variable_name, const char *constructor_agrs="", Bool_t empty_line=kTRUE)
Save object constructor in the output stream "out".
@ kCanDelete
if object in a list can be deleted
const char * Data() const
TString & ReplaceAll(const TString &s1, const TString &s2)
static TString Format(const char *fmt,...)
Static method which formats a string using a printf style format descriptor and return a TString.
Ssiz_t Index(const char *pat, Ssiz_t i=0, ECaseCompare cmp=kExact) const
Base class for several text objects.
Double_t fY
Y position of text (left,center,etc..)
void Copy(TObject &text) const override
Copy this text to text.
TText & operator=(const TText &src)
Assignment operator.
Double_t fX
X position of text (left,center,etc..)
virtual void GetTextExtent(UInt_t &w, UInt_t &h, const char *text) const
Return text extent for string text.
virtual void GetTextAscentDescent(UInt_t &a, UInt_t &d, const char *text) const
Return text ascent and descent for string text.
virtual void GetControlBox(Int_t x, Int_t y, Double_t theta, Int_t cBoxX[4], Int_t cBoxY[4])
Return the text control box.
TVirtualPad is an abstract base class for the Pad and Canvas classes.
Int_t Nint(T x)
Round to nearest integer. Rounds half integers to the nearest even integer.
Double_t Exp(Double_t x)
Returns the base-e exponential function of x, which is e raised to the power x.
Double_t Log(Double_t x)
Returns the natural logarithm of x.
Short_t Min(Short_t a, Short_t b)
Returns the smallest of a and b.
Double_t Cos(Double_t)
Returns the cosine of an angle of x radians.
Double_t Sin(Double_t)
Returns the sine of an angle of x radians.
TLatex helper struct holding the attributes of a piece of text.