GNU bug report logs - #71690
14.0.5; preview-latex clips bold text with inline equations

Previous Next

Package: auctex;

Reported by: Matt Mitchell <matthew.mitchell <at> yale.edu>

Date: Fri, 21 Jun 2024 02:18:01 UTC

Severity: normal

Found in version 14.0.5

Done: Ikumi Keita <ikumi <at> ikumi.que.jp>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71690 in the body.
You can then email your comments to 71690 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-auctex <at> gnu.org:
bug#71690; Package auctex. (Fri, 21 Jun 2024 02:18:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Matt Mitchell <matthew.mitchell <at> yale.edu>:
New bug report received and forwarded. Copy sent to bug-auctex <at> gnu.org. (Fri, 21 Jun 2024 02:18:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Matt Mitchell <matthew.mitchell <at> yale.edu>
To: bug-auctex <at> gnu.org
Subject: 14.0.5; preview-latex clips bold text with inline equations
Date: Thu, 20 Jun 2024 21:34:35 -0400
Hello,

I've noticed that, when previewing LaTeX documents with C-c C-p C-d,
inline equations inside \textbf{} are pushed to the front of the bold
section, while the bold text itself is cut off.

A minimal example is included below, along with my a dump of my Emacs &
AUCTeX version info. I hope this is enough to reproduce it.

Matt Mitchell

\documentclass[12pt]{article}

\title{Title}
\author{Author name}
\date{\today}

\begin{document}
\maketitle

This is paragraph 1.

Paragraph 2 has an equation: $a = b$.

Paragraph 3 has \textbf{some bold text. And another sentence of bold text.}

Paragraph 4 has a problem. When we \textbf{add bold text, and put
equations in the bold text, like $a$, the AUCTeX preview clips the
bold section.}. I don't know why this happens.

\end{document}



Emacs  : GNU Emacs 29.3 (build 1, x86_64-pc-linux-gnu, GTK+ Version
3.24.41, cairo version 1.18.0)
Package: 14.0.5

current state:
==============
(setq
 AUCTeX-version "14.0.5"
 LaTeX-command-style '((""
                        "%(PDF)%(latex) %(file-line-error)
%(extraopts) %(output-dir) %S%(PDFout)")
                       )
 image-types '(svg webp png gif tiff jpeg xpm xbm pbm)
 preview-image-type 'png
 preview-image-creators '((dvipng (open preview-gs-open
preview-dvipng-process-setup)
                           (place preview-gs-place) (close
preview-dvipng-close))
                          (png (open preview-gs-open) (place preview-gs-place)
                           (close preview-gs-close))
                          (jpeg (open preview-gs-open) (place preview-gs-place)
                           (close preview-gs-close))
                          (pnm (open preview-gs-open) (place preview-gs-place)
                           (close preview-gs-close))
                          (tiff (open preview-gs-open) (place preview-gs-place)
                           (close preview-gs-close))
                          )
 preview-dvipng-image-type 'png
 preview-dvipng-command "dvipng -picky -noghostscript %d -o %m/prev%%03d.png"
 preview-pdf2dsc-command "pdf2dsc %(O?pdf) %m/preview.dsc"
 preview-gs-command "/usr/bin/rungs"
 preview-gs-options '("-q" "-dDELAYSAFER" "-dNOPAUSE" "-DNOPLATFONTS"
"-dPrinted"
                      "-dTextAlphaBits=4" "-dGraphicsAlphaBits=4")
 preview-gs-image-type-alist '((png png "-sDEVICE=png16m")
                               (dvipng png "-sDEVICE=png16m")
                               (jpeg jpeg "-sDEVICE=jpeg") (pnm pbm
"-sDEVICE=pnmraw")
                               (tiff tiff "-sDEVICE=tiff12nc"))
 preview-fast-conversion t
 preview-prefer-TeX-bb nil
 preview-dvips-command "dvips -Pwww -i -E %d -o %m/preview.000"
 preview-fast-dvips-command "dvips -Pwww %d -o %m/preview.ps"
 preview-scale-function 'preview-scale-from-face
 preview-LaTeX-command '("%`%l \"\\nonstopmode\\nofiles\\PassOptionsToPackage{"
                         ("," . preview-required-option-list)

"}{preview}\\AtBeginDocument{\\ifx\\ifPreview\\undefined"
                         preview-default-preamble
                         "\\fi}\"%' \"\\detokenize{\" %(t-filename-only) \"}\"")
 preview-required-option-list '("active" "tightpage" "auctex"
                                (preview-preserve-counters "counters"))
 preview-preserve-counters nil
 preview-default-option-list '("displaymath" "floats" "graphics"
"textmath" "sections"
                               "footnotes")
 preview-default-preamble '("\\RequirePackage[" ("," .
preview-default-option-list)
                            "]{preview}[2004/11/05]")
 preview-LaTeX-command-replacements nil
 preview-dump-replacements '(preview-LaTeX-command-replacements
                             ("\\`\\([^ ]+\\)\\(?: +\\(?:\\(--?kanji[=
][^ ]+\\)\\|\\(--?output-directory[= ][^ ]+\\)\\|-\\(?:[^
\\\"]\\|\\\\.\\|\"[^\"]*\"\\)*\\)\\)*\\(.*\\)\\'" "\\1 -ini \\2 \\3
-interaction=nonstopmode \"&\\1\" " preview-format-name ".ini \\4")
                             )
 preview-undump-replacements '(("\\`\\([^ ]+\\)\\(?:
+\\(?:\\(--?kanji[= ][^ ]+\\)\\|\\(--?output-directory[= ][^
]+\\)\\|-\\(?:[^ \\\"]\\|\\\\.\\|\"[^\"]*\"\\)*\\)\\)*.* \"\\\\input\"
\"\\\\detokenize{\" \\(.*\\) \"}\"\\'" "\\1 \\2 \\3
-interaction=nonstopmode -file-line-error " preview-format-name "
\"/AUCTEXINPUT{\" \\4 \"}\"")
                               )
 preview-auto-cache-preamble 'ask
 preview-TeX-style-dir "/home/msm/.emacs.d/elpa/auctex-14.0.5/latex"
 )

Output from running `/usr/bin/rungs -h':
GPL Ghostscript 10.03.1 (2024-05-02)
Copyright (C) 2024 Artifex Software, Inc.  All rights reserved.
Usage: gs [switches] [file1.ps file2.ps ...]
Most frequently used switches: (you can use # in place of =)
 -dNOPAUSE           no pause after page   | -q       `quiet', fewer messages
 -g<width>x<height>  page size in pixels   | -r<res>  pixels/inch resolution
 -sDEVICE=<devname>  select device         | -dBATCH  exit after last file
 -sOutputFile=<file> select output file: - for stdout, |command for pipe,
                                         embed %d or %ld for page #
Input formats: PostScript PostScriptLevel1 PostScriptLevel2 PostScriptLevel3 PDF
Default output device: x11alpha
Available devices:
   alc1900 alc2000 alc4000 alc4100 alc8500 alc8600 alc9100 ap3250 appledmp
   appleraster atx23 atx24 atx38 bbox bit bitcmyk bitrgb bitrgbtags bj10e
   bj10v bj10vh bj200 bjc600 bjc800 bjc880j bjccmyk bjccolor bjcgray bjcmono
   bmp16 bmp16m bmp256 bmp32b bmpgray bmpmono bmpsep1 bmpsep8 ccr cdeskjet
   cdj1600 cdj500 cdj550 cdj670 cdj850 cdj880 cdj890 cdj970 cdjcolor cdjmono
   cdnj500 cfax chp2200 cif cljet5 cljet5c cljet5pr coslw2p coslwxl cups
   declj250 deskjet devicen dfaxhigh dfaxlow display dj505j djet500 djet500c
   dl2100 dnj650c docxwrite epl2050 epl2050p epl2120 epl2500 epl2750 epl5800
   epl5900 epl6100 epl6200 eplcolor eplmono eps2write eps9high eps9mid epson
   epsonc escp escpage faxg3 faxg32d faxg4 fmlbp fmpr fpng fs600 gdi hl1240
   hl1250 hl7x0 hpdj1120c hpdj310 hpdj320 hpdj340 hpdj400 hpdj500 hpdj500c
   hpdj510 hpdj520 hpdj540 hpdj550c hpdj560c hpdj600 hpdj660c hpdj670c
   hpdj680c hpdj690c hpdj850c hpdj855c hpdj870c hpdj890c hpdjplus
   hpdjportable ibmpro ijs imagen inferno ink_cov inkcov itk24i itk38 iwhi
   iwlo iwlq jetp3852 jj100 jpeg jpegcmyk jpeggray la50 la70 la75 la75plus
   laserjet lbp310 lbp320 lbp8 lex2050 lex3200 lex5700 lex7000 lips2p lips3
   lips4 lips4v lj250 lj3100sw lj4dith lj4dithp lj5gray lj5mono ljet2p ljet3
   ljet3d ljet4 ljet4d ljet4pjl ljetplus ln03 lp1800 lp1900 lp2000 lp2200
   lp2400 lp2500 lp2563 lp3000c lp7500 lp7700 lp7900 lp8000 lp8000c lp8100
   lp8200c lp8300c lp8300f lp8400f lp8500c lp8600 lp8600f lp8700 lp8800c
   lp8900 lp9000b lp9000c lp9100 lp9200b lp9200c lp9300 lp9400 lp9500c
   lp9600 lp9600s lp9800c lps4500 lps6500 lq850 lxm3200 lxm5700m m8510
   md1xMono md2k md50Eco md50Mono md5k mgr4 mgr8 mgrgray2 mgrgray4 mgrgray8
   mgrmono miff24 mj500c mj6000c mj700v2c mj8000c ml600 necp6 npdl nullpage
   oce9050 oki182 oki4w okiibm oprp opvp paintjet pam pamcmyk32 pamcmyk4 pbm
   pbmraw pcl3 pclm pclm8 pcx16 pcx24b pcx256 pcxcmyk pcxgray pcxmono
   pdfimage24 pdfimage32 pdfimage8 pdfwrite pdfwrite pdfwrite pgm pgmraw
   pgnm pgnmraw photoex picty180 pj pjetxl pjxl pjxl300 pkm pkmraw pksm
   pksmraw plan plan9bm planc plang plank planm plib plibc plibg plibk plibm
   png16 png16m png16malpha png256 png48 pngalpha pnggray pngmono pngmonod
   pnm pnmraw ppm ppmraw pr1000 pr1000_4 pr150 pr201 ps2write psdcmyk
   psdcmyk16 psdcmykog psdcmyktags psdcmyktags16 psdrgb psdrgb16 psdrgbtags
   pwgraster pxlcolor pxlmono r4081 rinkj rpdl samsunggdi sj48 spotcmyk
   st800 stcolor t4693d2 t4693d4 t4693d8 tek4696 tiff12nc tiff24nc tiff32nc
   tiff48nc tiff64nc tiffcrle tiffg3 tiffg32d tiffg4 tiffgray tifflzw
   tiffpack tiffscaled tiffscaled24 tiffscaled32 tiffscaled4 tiffscaled8
   tiffsep tiffsep1 txtwrite uniprint urf x11 x11alpha x11cmyk x11cmyk2
   x11cmyk4 x11cmyk8 x11gray2 x11gray4 x11mono x11rg16x x11rg32x xcf xes
   xpswrite
Search path:
   /usr/share/ghostscript/Resource/Init : /usr/share/ghostscript/lib :
   /usr/share/ghostscript/Resource/Font : /usr/share/ghostscript/fonts :
   /usr/share/fonts/gsfonts
Ghostscript is also using fontconfig to search for font files
For more information, see
https://ghostscript.readthedocs.io/en/gs10.03.1/Use.html
Please report bugs to bugs.ghostscript.com.




Information forwarded to bug-auctex <at> gnu.org:
bug#71690; Package auctex. (Fri, 21 Jun 2024 06:09:01 GMT) Full text and rfc822 format available.

Message #8 received at 71690 <at> debbugs.gnu.org (full text, mbox):

From: Ikumi Keita <ikumi <at> ikumi.que.jp>
To: Matt Mitchell <matthew.mitchell <at> yale.edu>
Cc: 71690 <at> debbugs.gnu.org
Subject: Re: bug#71690: 14.0.5;
 preview-latex clips bold text with inline equations
Date: Fri, 21 Jun 2024 15:07:57 +0900
Hi Matt,

>>>>> Matt Mitchell <matthew.mitchell <at> yale.edu> writes:
> I've noticed that, when previewing LaTeX documents with C-c C-p C-d,
> inline equations inside \textbf{} are pushed to the front of the bold
> section, while the bold text itself is cut off.

> A minimal example is included below, along with my a dump of my Emacs &
> AUCTeX version info. I hope this is enough to reproduce it.

Thanks for your report. I confirmed what you say. This is basically a
issue described in preview-latex manual[1]. However, the workaround
mentioned there, namely putting
\PreviewMacro*\textbf
in the preamble, doesn't work because it is ignored by LaTeX as
,----
| l.7 \PreviewMacro
|                  *\textbf
| 
| ./tst-prv3.tex:7: LaTeX Error: Missing \begin{document}.
`----
. When I put \PreviewMacro*\emph after \begin{document}, document
preview (C-c C-p C-d) does work but region preview doesn't.

In the manual[1], there is also a sentence
,----
| At least all of the above mentioned macros and a few more are already
| catered for by a configuration file ‘prauctex.cfg’ that gets loaded
`----
. However, \textbf is actually missing from "prauctex.cfg". Thus I think
this is a bug of preview-latex.

I'll add \textbf in the default "prauctex.cfg". Until the fixed version
is released, you can work around the bug by the following prescription:
1. Find the default "prauctex.cfg" by "kpsewhich prauctex.cfg".
2. Copy it to the suitable place (current directory or
   ~/texmf/tex/latex/preview/).
3. Add
\PreviewMacro*\textbf
   in the copied "prauctex.cfg".

[1] https://www.gnu.org/software/auctex/manual/preview-latex/Misplaced-previews.html#Misplaced-previews

Regards,
Ikumi Keita
#StandWithUkraine #StopWarInUkraine
#Gaza #StopMassiveKilling #CeasefireNOW




Information forwarded to bug-auctex <at> gnu.org:
bug#71690; Package auctex. (Fri, 21 Jun 2024 07:17:01 GMT) Full text and rfc822 format available.

Message #11 received at 71690 <at> debbugs.gnu.org (full text, mbox):

From: Arash Esbati <arash <at> gnu.org>
To: Ikumi Keita <ikumi <at> ikumi.que.jp>
Cc: Matt Mitchell <matthew.mitchell <at> yale.edu>, 71690 <at> debbugs.gnu.org
Subject: Re: bug#71690: 14.0.5; preview-latex clips bold text with inline
 equations
Date: Fri, 21 Jun 2024 09:15:46 +0200
Hi Keita,

Ikumi Keita <ikumi <at> ikumi.que.jp> writes:

> Thanks for your report. I confirmed what you say. This is basically a
> issue described in preview-latex manual[1]. However, the workaround
> mentioned there, namely putting
> \PreviewMacro*\textbf
> in the preamble, doesn't work because it is ignored by LaTeX as
> ,----
> | l.7 \PreviewMacro
> |                  *\textbf
> | 
> | ./tst-prv3.tex:7: LaTeX Error: Missing \begin{document}.
> `----
> . When I put \PreviewMacro*\emph after \begin{document}, document
> preview (C-c C-p C-d) does work but region preview doesn't.

Does this work in the preamble?

  \AtBeginDocument{\PreviewMacro*\textbf}

> I'll add \textbf in the default "prauctex.cfg".

Thanks for fixing this.

Best, Arash




Information forwarded to bug-auctex <at> gnu.org:
bug#71690; Package auctex. (Fri, 21 Jun 2024 16:33:02 GMT) Full text and rfc822 format available.

Message #14 received at 71690 <at> debbugs.gnu.org (full text, mbox):

From: Matt Mitchell <matthew.mitchell <at> yale.edu>
To: Ikumi Keita <ikumi <at> ikumi.que.jp>
Cc: Arash Esbati <arash <at> gnu.org>, 71690 <at> debbugs.gnu.org
Subject: Re: bug#71690: 14.0.5;
 preview-latex clips bold text with inline equations
Date: Fri, 21 Jun 2024 12:07:04 -0400
This works for me! Thank you so much!

Matt Mitchell

On Fri, Jun 21, 2024 at 10:46 AM Ikumi Keita <ikumi <at> ikumi.que.jp> wrote:
>
> >>>>> Arash Esbati <arash <at> gnu.org> writes:
> > Does this work in the preamble?
>
> >   \AtBeginDocument{\PreviewMacro*\textbf}
>
> Ah, yes. It does the trick.
>
> Regards,
> Ikumi Keita
> #StandWithUkraine #StopWarInUkraine
> #Gaza #StopMassiveKilling #CeasefireNOW




Information forwarded to bug-auctex <at> gnu.org:
bug#71690; Package auctex. (Fri, 21 Jun 2024 17:13:02 GMT) Full text and rfc822 format available.

Message #17 received at 71690 <at> debbugs.gnu.org (full text, mbox):

From: Ikumi Keita <ikumi <at> ikumi.que.jp>
To: Arash Esbati <arash <at> gnu.org>
Cc: Matt Mitchell <matthew.mitchell <at> yale.edu>, 71690 <at> debbugs.gnu.org
Subject: Re: bug#71690: 14.0.5;
 preview-latex clips bold text with inline equations
Date: Fri, 21 Jun 2024 23:46:32 +0900
>>>>> Arash Esbati <arash <at> gnu.org> writes:
> Does this work in the preamble?

>   \AtBeginDocument{\PreviewMacro*\textbf}

Ah, yes. It does the trick.

Regards,
Ikumi Keita
#StandWithUkraine #StopWarInUkraine
#Gaza #StopMassiveKilling #CeasefireNOW




Information forwarded to bug-auctex <at> gnu.org:
bug#71690; Package auctex. (Sat, 22 Jun 2024 04:57:02 GMT) Full text and rfc822 format available.

Message #20 received at 71690 <at> debbugs.gnu.org (full text, mbox):

From: Ikumi Keita <ikumi <at> ikumi.que.jp>
To: Matt Mitchell <matthew.mitchell <at> yale.edu>
Cc: Arash Esbati <arash <at> gnu.org>, 71690 <at> debbugs.gnu.org
Subject: Re: bug#71690: 14.0.5;
 preview-latex clips bold text with inline equations
Date: Sat, 22 Jun 2024 13:56:00 +0900
Thanks, I'll close this bug.

Regards,
Ikumi Keita
#StandWithUkraine #StopWarInUkraine
#Gaza #StopMassiveKilling #CeasefireNOW

>>>>> Matt Mitchell <matthew.mitchell <at> yale.edu> writes:
> This works for me! Thank you so much!
> Matt Mitchell

> On Fri, Jun 21, 2024 at 10:46 AM Ikumi Keita <ikumi <at> ikumi.que.jp> wrote:
>> 
>> >>>>> Arash Esbati <arash <at> gnu.org> writes:
>> > Does this work in the preamble?
>> 
>> >   \AtBeginDocument{\PreviewMacro*\textbf}
>> 
>> Ah, yes. It does the trick.




bug closed, send any further explanations to 71690 <at> debbugs.gnu.org and Matt Mitchell <matthew.mitchell <at> yale.edu> Request was from Ikumi Keita <ikumi <at> ikumi.que.jp> to control <at> debbugs.gnu.org. (Sat, 22 Jun 2024 04:57:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-auctex <at> gnu.org:
bug#71690; Package auctex. (Sat, 22 Jun 2024 12:54:02 GMT) Full text and rfc822 format available.

Message #25 received at 71690 <at> debbugs.gnu.org (full text, mbox):

From: Arash Esbati <arash <at> gnu.org>
To: Ikumi Keita <ikumi <at> ikumi.que.jp>
Cc: Matt Mitchell <matthew.mitchell <at> yale.edu>, 71690 <at> debbugs.gnu.org
Subject: Re: bug#71690: 14.0.5; preview-latex clips bold text with inline
 equations
Date: Sat, 22 Jun 2024 14:53:45 +0200
Ikumi Keita <ikumi <at> ikumi.que.jp> writes:

> Thanks, I'll close this bug.

Thanks Keita.  Now we have one other issue to solve: We used to update
preview.(dtx|ins) on CTAN with the yearly tarball release.  Since a
tarball release will not happen, maybe we should update the CTAN
package.  I presume most of preview users use preview bundled with
TeXlive and not with their ELPA release.  WDYT?

Best, Arash




Information forwarded to bug-auctex <at> gnu.org:
bug#71690; Package auctex. (Wed, 26 Jun 2024 20:43:02 GMT) Full text and rfc822 format available.

Message #28 received at 71690 <at> debbugs.gnu.org (full text, mbox):

From: Jeremy Bryant <jb <at> jeremybryant.net>
To: Arash Esbati <arash <at> gnu.org>
Cc: Matt Mitchell <matthew.mitchell <at> yale.edu>, Ikumi Keita <ikumi <at> ikumi.que.jp>,
 71690 <at> debbugs.gnu.org
Subject: Re: bug#71690: 14.0.5; preview-latex clips bold text with inline
 equations
Date: Wed, 26 Jun 2024 21:42:12 +0100
Arash Esbati <arash <at> gnu.org> writes:

> Ikumi Keita <ikumi <at> ikumi.que.jp> writes:
>
>> Thanks, I'll close this bug.
>
> Thanks Keita.  Now we have one other issue to solve: We used to update
> preview.(dtx|ins) on CTAN with the yearly tarball release.  Since a
> tarball release will not happen, maybe we should update the CTAN
> package.  I presume most of preview users use preview bundled with
> TeXlive and not with their ELPA release.  WDYT?
>
> Best, Arash
>
>
>
> _______________________________________________
> bug-auctex mailing list
> bug-auctex <at> gnu.org
> https://lists.gnu.org/mailman/listinfo/bug-auctex

How can you check on your system which version of preview is being used?




Information forwarded to bug-auctex <at> gnu.org:
bug#71690; Package auctex. (Wed, 26 Jun 2024 22:07:01 GMT) Full text and rfc822 format available.

Message #31 received at 71690 <at> debbugs.gnu.org (full text, mbox):

From: Arash Esbati <arash <at> gnu.org>
To: Jeremy Bryant <jb <at> jeremybryant.net>
Cc: Matt Mitchell <matthew.mitchell <at> yale.edu>, Ikumi Keita <ikumi <at> ikumi.que.jp>,
 71690 <at> debbugs.gnu.org
Subject: Re: bug#71690: 14.0.5; preview-latex clips bold text with inline
 equations
Date: Thu, 27 Jun 2024 00:04:31 +0200
Jeremy Bryant <jb <at> jeremybryant.net> writes:

> How can you check on your system which version of preview is being
> used?

Not sure, but I think the value of `preview-TeX-style-dir' could help:

,----[ C-h v preview-TeX-style-dir RET ]
| preview-TeX-style-dir is a variable defined in ‘preview.el’.
| 
| Its value is nil
| 
| This variable contains the location of uninstalled TeX styles.
| If this is nil, the preview styles are considered to be part of
| the installed TeX system.
| 
| Otherwise, it can either just specify an absolute directory, or
| it can be a complete TEXINPUTS specification.  If it is the
| latter, it has to be followed by the character with which
| kpathsea separates path components, either ‘:’ on Unix-like
| systems, or ‘;’ on Windows-like systems.  And it should be
| preceded with .: or .; accordingly in order to have . first in
| the search path.
| 
| The ‘TEXINPUTS’ environment type variables will get this prepended
| at load time calling M-x preview-set-texinputs to reflect this.
| You can permanently install the style files using
| M-x preview-install-styles.
| 
| Don’t set this variable other than with customize so that its
| changes get properly reflected in the environment.
| 
`----

And I think "uninstalled" should read "installed".  My solution was to
hit 'C-c C-l' after a preview run and search for preview.sty.

Best, Arash




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 25 Jul 2024 11:24:16 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 44 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.