kvafa / bidi

Bidirectional typesetting in plain TeX and LaTeX, using XeTeX
https://ctan.org/pkg/bidi
6 stars 1 forks source link

robustifying \underline #28

Open Udi-Fogiel opened 1 year ago

Udi-Fogiel commented 1 year ago

name: Pull request about: \underline has been robustified in recent kernel update title: '' labels: pull assignees: kvafa



Status

READY/UNDER DEVELOPMENT/FOR DISCUSSION

Description

A few sentences describing the overall goals of the pull request's commits.

Todos

Minimal example showing the new/fixed functionality

% !TEX TS-program = XeLaTeX
% !TEX encoding = UTF-8 Unicode

\documentclass{article}            % or some other class

  % Any packages other than the bidi package must be loaded here

  % The bidi package must be loaded as the last package
\usepackage[%
    % Any bidi package option goes here
]{bidi}

  % Any preamble code goes here

\begin{document}

  \meaning\underline 

\end{document}

Expected behavior

the output should be macro:->\protect \underline

Log and PDF files

udi.pdf udi.log