Skip to content

An example of trick for using a relative path in a TeX/LaTeX document

Notifications You must be signed in to change notification settings

domperor/tex_relative_path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[File tree]
readme
hoge.sty
styles
	-huga.sty
workspace
	-compile
		-main.tex
		-main.aux
		-main.fls
		-...

main.texからみてhuga.styは,../../styles/huga.styにあるので,
hoge.styにも,本当は\input{../../styles/huga.sty}などと書かないといけない。
しかし,hoge.styには,hoge.styからみた相対パスである\input{./styles/huga.sty}のように書きたい。
どのようにすれば実現できるか?という問い。これが答え。

推奨は一応,全部TEXMFLOCALに入れること。そうすればこんな煩わしいことしなくて済む。
今回は,-recorderオプションのお勉強ということで。

About

An example of trick for using a relative path in a TeX/LaTeX document

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages