ACLTX_DVIPS_T_A4_LANDSCAPE ,
2006年07月16日
Boretti Mathieu <boretti@eig.unige.ch>
lgpl
cryp.to ac-archive's LaTeX Support (released)
check if dvips accept -t a4 -t landscape
AC_DEFUN([ACLTX_DVIPS_T_A4_LANDSCAPE],[ AC_REQUIRE([ACLTX_DVIPS_T_A4]) ACLTX_DVIPS_T(a4,dvips_t_a4_landscape,on) if test $dvips_t_a4_landscape = "no"; then AC_MSG_ERROR([Unable to find the -t a4 -t landscape option in dvips]) fi ])