1. Edit the bib file as:
@misc{studyswift_key,
Author = {E Huang},
Note = {[Online]. Available: \url{https://studyswift.blogspot.com/}, Accessed on: Apr. 29, 2020},
Title = {Study {Swift}}}
2. Add this to the tex file:
\usepackage{url}
3. Cite the website:
\cite{studyswift_key}
3. Typeset: LaTex -> BibTex -> LaTex -> LaTex
Result:
Reference:
LaTeX的BibTeX引用网页的办法
Information about Electrical, Electronic, Communication and Computer Engineering 電機、電子、通訊、電腦資訊工程的學習筆記
相關資訊~生醫工程:StudyBME
聽力科技相關資訊:電子耳資訊小站
iOS程式語言:Study Swift
樹莓派和Python:Study Raspberry Pi
2020/04/29
2020/04/23
LaTex - *.bib file - Preserve Capital Letters 保留大寫字母
LaTex 的bib檔中的英文大寫預設上是會自動轉換為小寫英文字母
若要保留大寫,在bib檔中的字母前後加上 { } 即可
原始參考文獻 (Before)
修改bib檔 (Modify *.bib file)
重新編譯後的參考文獻 (After)
參考資料
BibTeX loses capitals when creating .bbl file
若要保留大寫,在bib檔中的字母前後加上 { } 即可
原始參考文獻 (Before)
修改bib檔 (Modify *.bib file)
重新編譯後的參考文獻 (After)
參考資料
BibTeX loses capitals when creating .bbl file
2020/04/06
How to draw figures with mathematical font for LaTeX
How to create figures for LaTeX documents
1. Create figure with PowerPoint
2. Save as PDF file
3. Open the PDF file with Inkscape and save as EPS file.
4. Use LaTex to include the EPS file
How to include math labels with consistent font with LaTeX
1. Install Latin Modern Math font
2. Reboot the computer and select the font in PowerPoint.
3. Proceed the above steps and save the file as EPS.
Reference:
https://tex.stackexchange.com/questions/22454/what-is-the-name-of-the-default-font-in-math-mode
1. Create figure with PowerPoint
2. Save as PDF file
3. Open the PDF file with Inkscape and save as EPS file.
4. Use LaTex to include the EPS file
How to include math labels with consistent font with LaTeX
1. Install Latin Modern Math font
2. Reboot the computer and select the font in PowerPoint.
3. Proceed the above steps and save the file as EPS.
Reference:
https://tex.stackexchange.com/questions/22454/what-is-the-name-of-the-default-font-in-math-mode
訂閱:
文章 (Atom)