<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">This might be of interest:</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small"><a href="https://ctan.org/pkg/biblatex2bibitem">https://ctan.org/pkg/biblatex2bibitem</a></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small"><a href="https://github.com/plk/biblatex/issues/292">https://github.com/plk/biblatex/issues/292</a></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small">This is a workaround, though.</div><div class="gmail_default" style="font-family:tahoma,sans-serif;font-size:small"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le jeu. 15 sept. 2022 à 03:47, Karl Berry <<a href="mailto:karl@freefriends.org">karl@freefriends.org</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Is there a biblatex style which outputs plain text, more or less like<br>
the .bbl file that BibTeX generates? Or, equivalently, more or less the<br>
result of typesetting the biblatex .bbl? That is, still using UTF-8 or<br>
TeX control sequences for accents, etc., but with all the biblatex<br>
markup commands removed.<br>
<br>
For example, for this tiny bib entry:<br>
<br>
  @Misc{Miller:latexml:base,<br>
    author = {Bruce Miller},<br>
    title  = {{\textsl{\texttt{LaTeXML}}}: A {\LaTeX} to {XML} Converter},<br>
    url    = {<a href="https://mast.nist.gov/LaTeXML/" rel="noreferrer" target="_blank">https://mast.nist.gov/LaTeXML/</a>},<br>
  }<br>
<br>
What I need is something like what BibTeX outputs, which is simply the<br>
commands to typeset the entry:<br>
<br>
  \bibitem{Miller:latexml:base}<br>
  B.~Miller.<br>
  \newblock {\textsl{\texttt{LaTeXML}}}: A {\LaTeX} to {XML} converter.<br>
  \newblock \url{<a href="https://mast.nist.gov/LaTeXML/" rel="noreferrer" target="_blank">https://mast.nist.gov/LaTeXML/</a>}<br>
<br>
What BibLaTeX outputs, with<br>
\usepackage[giveninits=true,style=numeric,backend=bibtex,isbn=false]{biblatex}<br>
is below. Not something that is parsable by anything except biblatex.<br>
Hence my question.<br>
<br>
I need this as the basis for the citation information that I upload to<br>
Crossref, which needs to be (basically) UTF-8 plain text.  It's not<br>
crucial, since it is possible to copy/paste the typeset-by-biblatex<br>
output as plain text for Crossref. But, it would be nice to do better.<br>
<br>
Thanks for any info. --thanks, karl.<br>
<br>
  \entry{Miller:latexml:online}{online}{}<br>
    \name{author}{1}{}{%<br>
      {{hash=MB}{%<br>
         family={Miller},<br>
         familyi={M\bibinitperiod},<br>
         given={Bruce},<br>
         giveni={B\bibinitperiod},<br>
      }}%<br>
    }<br>
    \strng{namehash}{MB1}<br>
    \strng{fullhash}{MB1}<br>
    \field{label}{LTX}<br>
    \field{labelnamesource}{author}<br>
    \field{labeltitlesource}{title}<br>
    \field{sortinit}{M}<br>
    \field{sortinithash}{M}<br>
    \field{title}{{\textsl{\texttt{LaTeXML}}}: A {\LaTeX} to {XML} Converter}<br>
    \verb{url}<br>
    \verb <a href="https://mast.nist.gov/LaTeXML/" rel="noreferrer" target="_blank">https://mast.nist.gov/LaTeXML/</a><br>
    \endverb<br>
    \field{urlday}{12}<br>
    \field{urlmonth}{03}<br>
    \field{urlyear}{2021}<br>
  \endentry<br>
</blockquote></div>