We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Если
% \DescribeFunction{emphasize} % Declare function to emphasize last string in stack. % \changes{v0.8}{10 Aug 2003}{macro \cs{BibEmph} added} % \begin{macrocode} FUNCTION {emphasize} { duplicate$ empty$ { pop$ "" } { "\BibEmph{" swap$ * "}" * } if$ } % \end{macrocode}
окружить кодом вида
%\begin{macro}{\examplemacro} . . . %\end{macro}
то содержимое \changes будет вписано в историю изменений в конце как examplemacro: macro \cs{BibEmph} added.
\changes
examplemacro: macro \cs{BibEmph} added
The text was updated successfully, but these errors were encountered:
М.б., \examplemacro -> \BibEmph ?
Sorry, something went wrong.
У меня в \texmf-dist\doc\latex\dtxtut лежит pdf, описывающий, что будет. Поэтому, скорее в данном примере нужно \examplemacro -> emphasize.
\texmf-dist\doc\latex\dtxtut
No branches or pull requests
Если
окружить кодом вида
то содержимое
\changes
будет вписано в историю изменений в конце какexamplemacro: macro \cs{BibEmph} added
.The text was updated successfully, but these errors were encountered: