mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
- print/texlive-infra was renamed with print/texlive-tlmgr. Note that currently tlmgr(1) does not work because of lack of TLPDB. This will be fixed. - Lua libraries used in LuaTeX are separated into devel/tex-libtexlua and devel/texlibtexluajit. USE_TEX supports them via keywords "texlua" and "texluajit". - libsynctex is currently installed by devel/tex-web2c. This will be separated into a single port. - Add graphics/libpotrace and use installed libpotrace and libharfbuzz.
17 lines
435 B
C
17 lines
435 B
C
--- texk/xdvik/hypertex.h.orig 2004-05-07 22:10:22 UTC
|
|
+++ texk/xdvik/hypertex.h
|
|
@@ -21,7 +21,7 @@
|
|
*/
|
|
|
|
#ifndef HYPERTEX_H_
|
|
-#define HTEXTEX_H_
|
|
+#define HYPERTEX_H_
|
|
|
|
/* fallbacks if parsing user-specified colors fails */
|
|
#define LINK_COLOR_FALLBACK "BLUE2"
|
|
@@ -68,4 +68,4 @@ extern void htex_forward(void);
|
|
|
|
extern Boolean htex_scan_anchor(const char *special, size_t len);
|
|
|
|
-#endif /* HTEXTEX_H_ */
|
|
+#endif /* HYPERTEX_H_ */
|