사용자 도구

사이트 도구


libreoffice

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
libreoffice [2019/07/16 03:20]
kwon37xi [Libre Office]
libreoffice [2022/03/30 23:13] (현재)
kwon37xi [Libre Office]
줄 1: 줄 1:
 ====== Libre Office ====== ====== Libre Office ======
   * http://www.libreoffice.org/   * http://www.libreoffice.org/
 +  * [[https://documentation.libreoffice.org/en/english-documentation/|Libreoffice English Documentation]]
   * https://libreofficehelp.com/   * https://libreofficehelp.com/
-  * [[https://launchpad.net/~libreoffice/+archive/ppa|Libre Office PPA]]+  * [[https://books.libreoffice.org/en/|Libreoffice Bookshelf]] 
 +  * [[https://www.youtube.com/channel/UCbYLbFNNq_BIdZz4uZ0142w|LibreOffice - step by step - YouTube]] 
 +  * [[https://elearn.ellak.gr/course/view.php?id=37|Course: Use of LibreOffice for an office automation environment]] 
 +  * [[https://www.youtube.com/watch?v=hGqD3oe69T0&list=PLRpn_0jbcintTnKYPFW8D7Lg4UgAoX8kZ|Libreoffice Tutorials - YouTube]] 
 +  * [[libreoffice:calc|Libre Office Calc]] 
 +  * [[libreoffice:writer|LibreOffice Writer]] 
 +  * [[https://flathub.org/apps/details/org.libreoffice.LibreOffice|Flathub LibreOffice]] : flathub 에서 최신버전을 받을 수 있다. 한국어 언어팩도 함께 깔린다. ([[linux:snap|Snap]]안 한국어팩 설치 안됨)
   * [[http://www.openoffice.org/|OpenOffice.org]]를 이어 받은 오픈 소스 오피스 수트   * [[http://www.openoffice.org/|OpenOffice.org]]를 이어 받은 오픈 소스 오피스 수트
   * [[http://en.wikipedia.org/wiki/Content_Management_Interoperability_Services|Content Management Interoperability Services]] 지원   * [[http://en.wikipedia.org/wiki/Content_Management_Interoperability_Services|Content Management Interoperability Services]] 지원
 +
 +===== 버전 차이 =====
 +  * Fresh : 가장 최신 안정버전 - 보통 이걸 설치하면 된다.
 +  * Still : 보수적 안정 버전. 오랫동안 테스트한 보수적이고 극 안정버전.
 +
  
 ===== Ubuntu 설치 ===== ===== Ubuntu 설치 =====
줄 12: 줄 24:
 </code> </code>
   * PPA [[https://launchpad.net/~libreoffice/+archive/ubuntu/ppa|Ubuntu Libreoffice PPA]]<code sh>   * PPA [[https://launchpad.net/~libreoffice/+archive/ubuntu/ppa|Ubuntu Libreoffice PPA]]<code sh>
 +# 기본적으로 최신 Stable 버전을 업데이트해주는 PPA. 그러나 Ubuntu 버전에 따라 최신버전이 반영이 안되기도 함.
 # 버전별로 서로 다른 PPA를 유지하고 있으므로 PPA 페이지에가서 확인하고 추가할 것. # 버전별로 서로 다른 PPA를 유지하고 있으므로 PPA 페이지에가서 확인하고 추가할 것.
 sudo add-apt-repository ppa:libreoffice/ppa sudo add-apt-repository ppa:libreoffice/ppa
 sudo apt-get update sudo apt-get update
-sudo apt-get install libreoffice libreoffice-help-ko libreoffice-l10n-ko+sudo apt-get install libreoffice libreoffice-help-ko libreoffice-l10n-ko 
 +    libreoffice-style-* 
 +    libreoffice-sdbc-*
 </code> </code>
 +
 +===== 한글 맞춤법 =====
 +  * ''hunspell'', ''hunspell-ko'' 패키지를 설치하면 한글 맞춤법이 작동한다.
 +  * https://spellcheck-ko.github.io
 +
 +===== Extensions =====
 +  * [[https://extensions.libreoffice.org|LibreOffice Extensions]]
 +===== Theme =====
 +  * [[https://www.dedoimedo.com/computers/libreoffice-icon-themes.html|How to install new LibreOffice icons themes]]
 +  * [[https://www.libreofficehelp.com/change-libreoffice-default-look-and-feel/|Change LibreOffice Default Look and Feel - libreofficehelp.com]]
 +  * [[https://extensions.libreoffice.org/?Tags%5B%5D=109|LibreOffice Extensions - icon]]
 +  * Dark Theme 에서는 ''Sifr (Dark)''가 무난한 듯.
 +  * Ubuntu 는 대부분의 테마를 패키지로 제공해 주고 있다.
 +
 +<code sh>
 +sudo apt install libreoffice-style-*
 +# 이유는 모르겠으나, oxygen, high contrast 등이 설치는 되나 사용할 수 없음.
 +</code>
 +
 +===== 설정 / settings / configuration =====
 +  * [[https://wiki.documentfoundation.org/UserProfile|LibreOffice UserProfile]]
 +  * 사용자 설정은 ''$HOME/.config/libreoffice'' 하위에 저장된다.
 +
 +===== 오늘 날짜 자동 넣기 =====
 +  * **도구 -> 사용자 정의 -> 키보드**
 +  * 원하는 단축키를 선택하고(현재 ''Ctrl-;'' 로 지정함)
 +  * 카테고리 : **삽입** -> 함수 -> **날짜** 선택, 현재 시간은 **시각**으로 선택
 +  * **Writer, Calc** 등을 따로따로 지정해준다. Libreoffice 전역으로 하면 Calc 에서 제대로 날짜로 표현되지 않고 문자열로 된다.
 +  * 수정을 누른다.
 +  * 이제 어디서나 단축키를 누르면 오늘 날짜가 입력된다.
 +{{:libreoffice:libreoffice-today-date.png|}}
  
 ===== 참조 ===== ===== 참조 =====
   * [[https://www.youtube.com/channel/UCPC8kC7Q989J48wRBMQde3w|Libre Office Tips]]   * [[https://www.youtube.com/channel/UCPC8kC7Q989J48wRBMQde3w|Libre Office Tips]]
 +  * [[https://www.ubuntubuzz.com/2020/11/libreoffice-shortcut-keys-made-easy.html|LibreOffice Shortcut Keys Made Easy]]
  
libreoffice.1563214842.txt.gz · 마지막으로 수정됨: 2019/07/16 03:20 저자 kwon37xi