1. 程式人生 > >LaTeX中插入jpg圖片

LaTeX中插入jpg圖片

\documentclass[a4paper]{article}


\usepackage{graphicx,times}
\usepackage{subfigure}         
\usepackage{natbib}
\usepackage{amssymb,amsmath}
\usepackage{color}

\usepackage{geometry}
\geometry{left=2cm,right=2cm,top=2cm,bottom=2cm}

\begin{document}
\title{Exiled Asteroid Discovered in Outer Reaches of Solar System}
\author{Tom Seccull}
\maketitle
\begin{abstract}
  \textbf{ ESO telescopes find first confirmed carbon-rich asteroid in Kuiper Belt.}
 \end{abstract}
An international team of astronomers has used ESO telescopes to investigate a relic of the primordial Solar System. The team found that the unusual Kuiper Belt Object 2004 EW95 is a carbon-rich asteroid, the first of its kind to be confirmed in the cold outer reaches of the Solar System. This curious object likely formed in the asteroid belt between Mars and Jupiter and has been flung billions of kilometres from its origin to its current home in the Kuiper Belt.\\

The early days of our Solar System were a tempestuous time. Theoretical models of this period predict that after the gas giants formed they rampaged through the Solar System, ejecting small rocky bodies from the inner Solar System to far-flung orbits at great distances from the Sun [1]. In particular, these models suggest that the Kuiper Belt — a cold region beyond the orbit of Neptune — should contain a small fraction of rocky bodies from the inner Solar System, such as carbon-rich asteroids, referred to as carbonaceous asteroids [2].\\

Now, a recent paper has presented evidence for the first reliably-observed carbonaceous asteroid in the Kuiper Belt, providing strong support for these theoretical models of our Solar System’s troubled youth. After painstaking measurements from multiple instruments at ESO’s {\color{blue}{Very Large Telescope}} (VLT), a small team of astronomers led by Tom Seccull of Queen’s University Belfast in the UK was able to measure the composition of the anomalous Kuiper Belt Object 2004 EW95, and thus determine that it is a carbonaceous asteroid. This suggests that it originally formed in the inner Solar System and must have since migrated outwards [3].\\
\begin{figure}[htbp]
  \centering
  \includegraphics[bb=0 0 1280 850,width=0.8\textwidth,clip]{eso2.jpg}
  \caption{ Demo }
\end{figure}

\end{document}

效果如圖:

相關推薦

LaTeX插入jpg圖片

\documentclass[a4paper]{article}\usepackage{graphicx,times}\usepackage{subfigure}         \usepackage{natbib}\usepackage{amssymb,amsmath}\

LaTeX插入png圖片

在上面的包裡要加一句: \usepackage{graphicx} 然後正文裡用如下  \begin{figure}[htb]  \center{\includegraphics[width=5cm]  {fig1.png}}  \capti

LaTeX 插入GIF圖片

參見博文:liam.page 和 voidcn 前提條件 安裝 ImageMagick 軟體 (因為要把 gif 圖片轉換成 png 序列),使用它的命令列工具 convert.exe 命令列下把 gif 轉換成 png 序列,實際,例如 convert latex_demo.gif -coalesce o

LaTex插入電路圖的方法(插入圖片

插入 exp order ring alt 表示 target index strong 主要的需求是要在文檔中插入電路圖。 有兩種方法,一種是直接在LaTex中繪制電路圖,使用的庫主要是circ和circuitikz 一、直接在LaTex中繪制電路圖

LaTeX插入eps格式圖片

之前向LaTeX插入圖片的時候,一直使用.jpg格式,編譯出來效果很不好,很多地方稍微放大就顯得很模糊。後來採用.eps(Encapsulated Post Script)格式的圖片,因為是向量圖,即使放大也不會失真,效果很好,推薦使用。 下面介紹如何在LaTeX中插入.eps格式的圖片。

Latex插入多張圖片,實現並排排列或者多行多列排列

最近需要用latex插入多張圖片,達到這麼一個效果。 但是我原來只插入過一張圖片(圖片內容來源於網路;是國漫一人之下的寶兒姐。強推這部國漫~),程式碼如下,效果如圖: \begin{figure} \centering \includegraphics[height=

latex插入圖片後不顯示圖片問題

第一,請檢查你的圖片是否正確,若是eps圖是否是標準圖,不是所有的eps都可以正常顯示。注意轉換格式問題。 常用的eps檔案轉換方式:在命令列下輸入:bmeps -c(彩色控制)  figure.jpg/png figure.eps 第二,你執行的方式什麼?pdflatex

解決LaTex插入Visio畫圖有多余邊框的問題

功能 tar ear tom 開發 eps 分享圖片 之間 選擇 這裏的Visio畫圖是指Visio另存為或導出的PDF格式圖片。就目前而言,Visio另存為的EPS格式的圖片均可使用PDF格式代替。 問題描述 這裏以Visio中畫一個矩形為例,如上圖所示。 我們為了刪

從CSV檔案讀取jpg圖片的URL地址並多執行緒批量下載

很多時候,我們的網站上傳圖片時並沒有根據內容進行資料夾分類,甚至會直接儲存到阿里雲的OSS或是七牛雲等雲端儲存上。這樣,當我們需要打包圖片時,就需要從資料庫找尋分類圖片,通過CURL進行下載。我最近剛剛完成了一個這樣的任務,覺得會比較常用,就把程式放到了github上分享給大家,希望大家能夠喜歡。 do

django插入matplotlib圖片的方法

df = pd.read_csv(filename, sep='\t', skiprows=29, names=head, index_col=False) df['Time']=pd.to_datetime(df['Time'], format= "%H:%M:%S.%f")

MarkDown 文件插入 Base64 圖片

一般插入圖片的方式 ![alt](/pictures/img/test.png) ![alt](https://test.jxtxzzw.com/pictures/img/test.png)

LaTeX 插入英雙語目錄

學校的碩士論文要求中英雙語目錄,即一份中文目錄,再有一份獨立的英文目錄。李樹鈞的主頁有一個解法( http://www.hooklee.com/tex.html ),手法略有些hacking:改造 /@chapter 和 /@sect 等巨集 (/chapter 和 /sec

LaTeX插入matlab程式碼(可新增中文註釋)的幾種方法

最近在用LaTeX寫檔案時,需要插入matlab程式碼,但是matlab程式碼編寫時沒有注意到註釋為中文所帶來的不便,導致在編寫LaTeX檔案時總是報錯。經查閱網上有關這方面的資料和自己不斷地嘗試之後,總結其中的方法如下:使用matlab的mcode包和僅僅使用

Latex插入跨欄表格時,表格總是跑到最後一頁空白頁的中間位置

第一篇原創Blog,分享一下在使用Latex寫論文時,插入跨欄大表格,表格總是跑到最後一頁空白頁的中間位置的問題。這個問題當時搜了知乎、Blog、百度......各個網站,都沒能解決。類似的問題只是解決表格亂跑的問題,並沒有這種情況。後來才搞明白,是由於篇幅和字數的問題。La

截圖轉換為高清高解析度的方法,word插入圖片轉換為高解析度的方法

由於投論文要求影象都是最少300dpi,而有的圖片是直接截來的,所以需要處理一下,網上查閱了一番,得到如下的解決辦法,先簡要介紹,然後介紹具體步驟,每個步驟再詳解。 整體流程: QQ截圖——貼上至word——匯出dpf——剪裁只剩圖片——匯出為指定格式圖片(設定中選擇

怎麽在CAD圖紙插入需要的JPG圖片呢?

cad編輯器 成功 更改 我們 電腦 點擊 位置 演示 需要 做CAD相關工作的小夥伴們,在日常的辦公工作中,我們常常會遇到這一問題,把JPG圖片插入到已知的CAD圖紙中,即在CAD圖紙中插入JPG圖片對象。這時候我們該如何才能解決呢?小編推薦大家使用迅捷CAD編輯器。今天

Latex 雙欄(跨欄)插入跨雙欄圖片出現在下一頁問題的解決

問題: 在使用latex的過程中發現當在雙欄模式中插入跨欄圖片,會發生出現在下一頁的情況: 如: \begin{figure*}[htbp] \centering \includegraphics[

【HTML】 向網頁<Title></Title>插入圖片以及跑馬燈

doctype set utf css images style itl substring icon <!DOCTYPE html><html><head><meta charset="UTF-8"><style ty

如何在PDF文檔內容插入/添加圖片文件

pdf gin 簡單 alt 下載 今天 幹凈 文件中 圖片替換 現在很多人都會使用PDF格式文件,但是卻很少會有人知道怎麽編輯這種文件,我們所見的PDF格式文檔是一種及其特殊的文件,這種文不論是修改還是編輯都非常的困難,因此,如果我們需要在PDF文件中插入圖片的話該怎麽做

vc如何向輸出的word插入圖片

vda rtl ogg cnblogs sin hgj 如何 uda zrm 侵炕繳i9cjd鉸刑舅http://jz.docin.com/juda88914遊幽紙rtl5u堪技蹈http://jz.docin.com/sina_6372925266八且炔3xh9x鋼逼攘h