跳到主要內容

OpenOffice、dash與hyphen的使用與英文寫作工具

en-dash 與 em-dash的差別

出處:wikipedia

en-dash

通常用於表示:
  • 數字或日期的範圍,例如 1–3 June
  • 相反或相對立的概念,例如:球賽比數:Ohio State beats Michigan 31–30、票數:The Supreme Court voted 5–4 to uphold the decision
en-dash前後基本上不加空白,只有在會造成困擾時,才在前後加空白。請看wikipedia的例子: 12 June–3 July,不加空白,看起來前面的June跟後面的3日時間 “範圍” 的連接很突兀,所以才加上空白減低困擾,改成如:12 June – 3 July。只有在表時間 “範圍” 且跨不同月份的時候,有這個需要。


em-dash

基本上很少用,但是主要用於未完成的句子(中文點點點……的義思),或用於句中類似冒號或括號的功能,例如:An Em-dash often demarcates a parenthetical thought—like this one—or some similar interpolation.

所以總結來說,en-dash較常用,em-dash幾乎很少(但還是有)用在科學寫作上。

如果數字之間沒有表示 “範圍” 的意涵的時候,例如電話號碼,05-272-0411,應該用hyphen,也就是連字號,在電腦中可以用減號來代替。

所以在科學寫作上,重點反而是區分en-dash跟hyphen(連字號)之間的差別。


如何在OpenOffice中打出這兩種dash?
  1. 自動方式:打1、空格、減號、空格、2之後,打的減號會被自動取代成為en-dash。
  2. 利用Unicode :U+2013為en-dash,U+2014為em-dash打出。“插入” 、 “特殊字元” 、 “普通的標點符號” 即可找到這兩種不同的dash。



其他相關的英文寫作工具

留言

這個網誌中的熱門文章

octave 繪圖的字體調整 fontsize

用octave繪圖的時候,通常有下面的調整: figure (1);  #####設定x軸字體 xticklabel set(gca(), 'fontsize', 24)    plot(randn(100,1)); #####利用text property調整字體 legend('{\fontsize {24} random pts}');  xlabel('{\fontsize {24} X axis annotation'); 參考資料: octave manual matlab central

守望台書庫光碟2010安裝在ubuntu 11.10

更新: 書庫可以在ubuntu 12.04 (wine 1.4)中順利運行,不必經歷下面的修改步驟。 因為一不小心把ubuntu 11.04升級到11.10,發現《守望台書庫光碟2010》(Watchtower Library 2010)本來可以運作好好的,竟然不能工作了。底下是我找到的一些克服的方法: 因為是從11.04升級到11.10,因此我的wine版本是wine-1.3.28,而這個版本,也是出現問題的版本,原因在 wineHQ的網頁 上有講: Watchtower Library 2010 does not work in wine 1.3.27/28 While this bug is not fixed you can fix it yourself. You need to remove a manifest for built-in version of MS runtime library. You can do this by executing the following code in terminal: rm ~/.wine/drive_c/windows/winsxs/manifests/*.vc90.*_deadbeef.manifest 怎麼知道安裝的wine的版本?打開『終端機』,鍵入 wine --version 解決的方法 先安裝《守望台書庫光碟2010》英文版,之後再安裝中文版。我不知道安裝的先後有沒有一定,也沒測試到不裝英文會不會有影響。安裝方法跟一般的安裝微軟程式差不多。以中文版為例,放入光碟,打開『終端機』,鍵入 cd /media/WTLIB10CH wine ./Setup.exe  就會進行安裝,安裝步驟你也可以參考下面講到的  -: an everyday story of country folk :- 安裝完之後,桌面會有兩個圖示,其中一個 .link的沒有用,可以刪除。雙按桌面的另一個圖示,名稱是『Watchtower Library 2010 - 漢語繁體字』,不能執行! 接下來用上面講到的原因,要刪到一個manifest,不懂是什麼意思。在『終端機』,鍵入 rm ~/.wine/drive_c/windo

Windows 使用遠端桌面(RDP) 連線遙控 Linux Mint

Main steps: make sure xrdp and vino are installed make sure extra tightvncserver is also installed use vino-preferences to switch on/off the permission use sudo /etc/init.d/xrdp restart to restart vnc server references: Windows 使用遠端桌面(RDP) 連線遙控 Ubuntu install tightvncserver image credit: sourceforge.net