- Timestamp:
- Aug 25, 2024, 11:53:34 AM (3 months ago)
- Branches:
- master
- Children:
- 3f37f5b
- Parents:
- 38f6e66
- Location:
- doc/LaTeXmacros
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/common.sty
r38f6e66 r562ccf9 11 11 %% Created On : Sat Apr 9 10:06:17 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Mon Jun 24 08:03:28202414 %% Update Count : 6 5913 %% Last Modified On : Sun Aug 25 11:52:19 2024 14 %% Update Count : 661 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 267 267 \usepackage{listings} % format program code 268 268 \usepackage{lstlang} 269 270 \lst@AddToHook{OnEmptyLine}{\addtocounter{lstnumber}{-1}}% remove empty line number increment from listings 269 271 270 272 \newcommand{\LstBasicStyle}[1]{{\lst@basicstyle{#1}}} -
doc/LaTeXmacros/common.tex
r38f6e66 r562ccf9 11 11 %% Created On : Sat Apr 9 10:06:17 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Mon Jun 24 08:01:50 202414 %% Update Count : 6 6713 %% Last Modified On : Sun Aug 25 11:52:20 2024 14 %% Update Count : 673 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 271 271 272 272 \makeatletter 273 \lst@AddToHook{OnEmptyLine}{\addtocounter{lstnumber}{-1}}% remove empty line number increment from listings 274 273 275 \newcommand{\LstBasicStyle}[1]{{\lst@basicstyle{#1}}} 274 276 \newcommand{\LstKeywordStyle}[1]{{\lst@basicstyle{\lst@keywordstyle{#1}}}}
Note: See TracChangeset
for help on using the changeset viewer.