필터 지우기
필터 지우기

Footnote and Bibliography citation in matlab live script?

조회 수: 13 (최근 30일)
ABDULAZIZ ALTUN
ABDULAZIZ ALTUN 2020년 4월 14일
댓글: Lama Itani 2020년 8월 26일
How may I insert a footnote in Matlab live script along with citation?
the skewness-kurtosis plot of \cite{CullenFreyBook}. We compared the values of the unbiased estimation of skewness and Pearson's kurtosis values of the residuals with the skewness and kurtosis values for common distributions \cite[see,][p. 111-115]{SokalRohlf}\footnote{Fortunately, there is built-in function ca}
@book{SokalRohlf,
title={Biometry},
author={Sokal, RR and Rohlf, FJ},
year={1999},
publisher={W.H. Freeman and Company},
address = {USA}
}
@book{CullenFreyBook,
title={Probabilistic techniques in exposure assessment: a handbook for dealing with variability and uncertainty in models and inputs},
author={Cullen, A. C. and Frey, H. C.},
year={1999},
publisher={Springer Science \& Business Media}
}
  댓글 수: 1
Lama Itani
Lama Itani 2020년 8월 26일
Hi Abdulaziz,
This can be done using the Hyperlink command (Ctlr+K). You will need however to bundle your references at the end of the Live Script. When this is done, you can then link each cited article a certain section in your script via the Hyperlink command by selecting the option "Internal Hyperlink".

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 LaTeX에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by