Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efad443 commit 3504952Copy full SHA for 3504952
1 file changed
Doc/tools/mkhowto.sh
@@ -17,7 +17,7 @@ L2H_INIT_FILE=$TOPDIR/perl/l2hinit.perl
17
18
# This is needed to support kpathsea based TeX installations. Others are
19
# not supported. ;-)
20
-TEXINPUTS=`dirname $MYDIR`/texinputs:$TEXINPUTS
+TEXINPUTS=$TOPDIR/texinputs:$TEXINPUTS
21
export TEXINPUTS
22
23
LOGFILE=/usr/tmp/mkhowto-$LOGNAME-$$.how
@@ -157,10 +157,14 @@ while [ "$1" ] ; do
157
-H|--help|--hel|--he)
158
usage 0
159
;;
160
- -a|--address|--addres|--addre|-addr|--add|--ad|--a)
+ -a|--address|--addres|--addre|-addr|--add|--ad)
161
ADDRESS="$2"
162
shift 2
163
164
+ --a4)
165
+ TEXINPUTS=$TOPDIR/paper-a4:$TEXINPUTS
166
+ shift 1
167
+ ;;
168
--link|--lin|--li)
169
LINK="$2"
170
0 commit comments