2013. 2. 12. 09:29

Using footnote in tables

http://texblog.org/2012/02/03/using-footnote-in-a-table/

footnote 패키지를 불러주고 savenotes 환경으로 table 환경을 감싸주면 된다고 한다. footnote 패키지가  xcolor 패키지와 충돌이 있는데 xcolor 패키지를 먼저 불러오고 뒤에서 footnote 패키지를 불러오면 충돌이 없다고...


2012. 10. 31. 18:19

Excel 다중 창 열기

2012. 10. 18. 17:42

[MATLAB] windows 7 64-bit 환경에서 embedded matlab 사용시 에러

Unable to locate 'mexopts.bat', and therefore cannot determine which compiler to use for simulation builds. Use 'mex -setup' to select a supported compiler


위와 같은 에러가 발생 시... Visual Studio 2010을 설치 후 SDK 7.1을 설치하고 매트랩 커맨드 창에서 'mex -setup'을 친 후 컴파일러 선택 화면에서 Visual Studio 2010을 골라준다.


관련글: http://www.mathworks.co.kr/support/compilers/R2010b/win64.html