1

When using the command > skt file.skt, I get the following error message: 'skt' is not recognized as an internal or external command, operable program or batch file.

Here is a minimal example:

\documentclass[12pt]{article}
\usepackage{skt}
\begin{document}
{\skt o. nama.h "sivAya}
\end{document}

I use MikTeX 2.9.

ShreevatsaR
  • 45,428
  • 10
  • 117
  • 149
  • Welcome to TeX.SE. – Mico Apr 29 '17 at 06:41
  • BTW have you considered using xelatex/lualatex, with Unicode input and a Unicode font for output? This is both a more standard way to input, and gives you a choice of any modern Opentype font (though I'm aware the old font with skt package has some reasons for being preferred). – ShreevatsaR Apr 30 '17 at 14:55

1 Answers1

1

It turns out that the file skt.c is missing from the new update. This can be downloaded from CTAN and then needs to be compiled. Once that is done, things work as before.