I am using tikz library files from this question.
I use the code: \usetikzlibrary{paths.ortho}
and put files tikzlibrarypaths.ortho.code.tex and tikzlibrarypaths.ortho.tex in the root folder.
I wanted to know if it is possible to put the files into some other subfolder to utilise it? I just wanted to know it for better organization of my latex code.
Thanks !
my_root_dir/tex/latex/misc, but it doesn't work. root_dir meaning, where my latex source code is present. – knowledge_seeker Nov 20 '13 at 17:47texhash, or its equivalent on your system, once you have placed the files there so that latex will find them. – Andrew Swann Nov 20 '13 at 20:02texhash, but I get an error message saying -! I can't find filetikzlibrarypaths.ortho.code.tex'.(Press Enter to retry, or Control-D to exit) Please type another input file name:`
– knowledge_seeker Nov 21 '13 at 14:46texhashis entirely superfluous. – cfr Apr 30 '15 at 23:36