Changeset 32490deb for doc/LaTeXmacros/common.sty
- Timestamp:
- Jan 31, 2024, 6:40:25 PM (20 months ago)
- Branches:
- master
- Children:
- 496ffc17
- Parents:
- c75b30a (diff), e71b09a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/common.sty
rc75b30a r32490deb 11 11 %% Created On : Sat Apr 9 10:06:17 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Sun Jan 14 12:28:26202414 %% Update Count : 63 113 %% Last Modified On : Sun Jan 21 13:17:48 2024 14 %% Update Count : 633 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 270 270 \newlength{\gcolumnposn} % temporary hack because lstlisting does not handle tabs correctly 271 271 \newlength{\columnposn} 272 \setlength{\gcolumnposn}{ 2.75in}272 \setlength{\gcolumnposn}{3in} 273 273 \setlength{\columnposn}{\gcolumnposn} 274 274 \newcommand{\setgcolumn}[1]{\global\gcolumnposn=#1\global\columnposn=\gcolumnposn}
Note:
See TracChangeset
for help on using the changeset viewer.