Opened 13 years ago
Closed 13 years ago
#33329 closed defect (fixed)
texlive-generic-extra: lecturer package has incorrect paths
Reported by: | dbueno@… | Owned by: | drkp (Dan Ports) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | ||
Port: | texlive-generic-extra |
Description
lecturer.tex, found at /opt/local/share/texmf-texlive-dist/tex/generic/lecturer/lecturer.tex
, refers to its supporting files incorrectly.
Line 113 should read:
\def\ltr@input#1 {\priminput ltr-#1.tex }
Before it read (I think):
\def\ltr@input#1 {\priminput ltr/#1.tex }
I guess an alterative fix would be to put the lecturer files in a subdir, but, this was easier.
Change History (5)
comment:1 Changed 13 years ago by dbueno@…
Cc: | dbueno@… added |
---|
comment:2 follow-up: 3 Changed 13 years ago by mf2k (Frank Schima)
Cc: | dbueno@… removed |
---|---|
Owner: | changed from macports-tickets@… to dports@… |
Port: | texlive added; lecturer removed |
"lecturer" is not a port. I assume you mean texlive?
comment:3 Changed 13 years ago by dbueno@…
Replying to macsforever2000@…:
"lecturer" is not a port. I assume you mean texlive?
Yes, I did. I realized that after submitting it, but couldn't figure out how to change it.
comment:4 Changed 13 years ago by drkp (Dan Ports)
Port: | texlive-generic-extra added; texlive removed |
---|
comment:5 Changed 13 years ago by drkp (Dan Ports)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Summary: | TeX lecturer package has incorrect paths → texlive-generic-extra: lecturer package has incorrect paths |
Thanks, fixed in r90141.
It looks like this was already fixed upstream, but not in the TL2011 release.
Note: See
TracTickets for help on using
tickets.
Cc Me!