앞의 포스팅으로 hyperref패키지를 이용해서 url색을 설정하였은데 색상이 변하질 않는다. 그런데
setting이 유효하려면 \url{http://findsource.org/}, 형식이어야지
단순 링크로는 안먹는다. http://findsource.org/
반드시 \url{} 또는 \href{} 로 url임을 알려 줘야지 아님 Latex는 일반문자로 인식하게 딘다.
Further information can be found online \url{http://findsource.org/}참고자료
http://tex.stackexchange.com/questions/61015/how-to-use-different-colors-for-different-href-commands
http://tex.stackexchange.com/questions/135088/underline-and-color-url-in-lualatex
다음검색