<div dir="ltr"><div>Hello friends,</div><div><br></div><div>I am Niranjan. I wanted to propose a command named texsrc for seeing the source code of a package. Currently TeXLive provides the texdoc command which opens the documentation of any desired package, but there is no such command for opening the source (.sty) file which is strange.</div><div><br></div><div>I am a Linux user and I have TL2020, therefore I have made a shell script in my /usr/bin/. It works for me (but only till I retain TL2020) and opens the source text of the desired package. The code is this -<br></div><div><br></div><div>#!/bin/sh<br>xdg-open /usr/local/texlive/2020/texmf-dist/tex/latex/$@/$@.sty</div><div><br></div><div>This is a very minimal script. It needs to be refined as per the distribution year, os and path. I am no expert in shell to satisfy these requirements, but is it possible to build such a command?</div><div><br></div><div>Regards,<br></div><div>Niranjan<br></div></div>