From c9874cee3746b14d56db9902ca9e3bb96c3e0002 Mon Sep 17 00:00:00 2001 From: DeadFire Date: Mon, 4 Nov 2013 13:55:56 +0800 Subject: [PATCH] =?UTF-8?q?20131104-2=20=E9=80=89=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...nning on Ubuntu with native look & feel.md | 22 +++++++++++++ ..., DOC, RTF, ODT to PDF with LibreOffice.md | 33 +++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 sources/Game-editor Leadwerks 3.1 demoed as running on Ubuntu with native look & feel.md create mode 100644 sources/How to convert DOCX, DOC, RTF, ODT to PDF with LibreOffice.md diff --git a/sources/Game-editor Leadwerks 3.1 demoed as running on Ubuntu with native look & feel.md b/sources/Game-editor Leadwerks 3.1 demoed as running on Ubuntu with native look & feel.md new file mode 100644 index 0000000000..db6b621e61 --- /dev/null +++ b/sources/Game-editor Leadwerks 3.1 demoed as running on Ubuntu with native look & feel.md @@ -0,0 +1,22 @@ +Game-editor Leadwerks 3.1 demoed as running on Ubuntu with native look & feel +================================================================================ +[Leadwerks][1] is a versatile game-development application, currently traversing a porting-to-Linux road with the purpose of enabling game-development actions running natively on Linux (Ubuntu). + +Months ago, Leadwerks started a kickstarter funding campaign launched in mind with adding Linux support to the handy game-creator tool, campaign both reaching its successful financial goal and releasing a BETA version of Leadwerks. + +On its official website, the Leadwerks developers have [posted][2] an image with Leadwerks **3.1** running on Ubuntu, version presenting itself with a native look & feel, being properly integrated into the desktop, achievement significantly pushing forward the still-**in-progress** Leadwerks' availability for Ubuntu, "this is the first screenshot of the Leadwerks 3.1 editor actually running on Ubuntu! There's still a lot of work to do, but it's a **big milestone** to see it actually working, to any extent. We're using GTK so Leadwerks for Linux looks and feels like a native Linux application". + +![](http://iloveubuntu.net/pictures_me/leadwerks%20running%20on%20ubuntu.jpg) + +As features, Leadwerks comes with fast-iterations nature (via agile asset import, build of levels and code structuring), multiple capabilities expressed under a singular roof (not requiring additional tools), as well as being erected on top of today's standards (C++ and Lua). + +-------------------------------------------------------------------------------- + +via: http://iloveubuntu.net/game-editor-leadwerks-31-demoed-running-ubuntu-native-look-feel + +译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出 + +[1]:http://www.leadwerks.com/ +[2]:http://www.leadwerks.com/werkspace/page/gallery/_/leadwerks-31-editor-on-ubuntu-r251 \ No newline at end of file diff --git a/sources/How to convert DOCX, DOC, RTF, ODT to PDF with LibreOffice.md b/sources/How to convert DOCX, DOC, RTF, ODT to PDF with LibreOffice.md new file mode 100644 index 0000000000..982b75afdf --- /dev/null +++ b/sources/How to convert DOCX, DOC, RTF, ODT to PDF with LibreOffice.md @@ -0,0 +1,33 @@ +How to convert DOCX, DOC, RTF, ODT to PDF with LibreOffice +================================================================================ +Books, documents, tutorials, how-tos, etc, are spread all over the web, as well as in schools, work places, governments, etc, documents being encapsulated in numerous file formats. + +Sometimes, there are cases requiring certain file conversions, like for example, converting an x file to PDF, in order to satisfy user-specific needs, action easily performed via [LibreOffice][1]. + +Essentially, via LibreOffice **Writer**, the user is able to hassle-free convert books, documents, etc, to PDF, Writer permitting an easy conversion from every file open-able in Writer to PDF. + +For example, converting a DOC file to PDF is as simple as: + +- open the DOC file with LibreOffice by `right-clicking on it-->Open With LibreOffice Writer` + +![](http://iloveubuntu.net/pictures_me/libreoffice%20convert%20pdf%20ubuntu%2013.10.png) + +- navigate to `LibreOffice-->File-->Export` as PDF, action that summons a `PDF Options` dialog where (on-demand) the user can in-depth tweak the fields (dialog featuring a sane set of recommended default options) + +![](http://iloveubuntu.net/pictures_me/libreoffice%20export%20as%20pdf%2013.10.png) + +hit the `Export` button, action that converts the DOC file to PDF and saves the newly-created PDF to a specified location + +The **result**: next to the DOC file, there is now a PDF file (the original DOC document is retained). + +The presented method can be successfully applied to RTF, DOCX, ODT, etc, file formats. + +-------------------------------------------------------------------------------- + +via: http://iloveubuntu.net/how-convert-docx-doc-rtf-odt-pdf-libreoffice + +译者:[译者ID](https://github.com/译者ID) 校对:[校对者ID](https://github.com/校对者ID) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出 + +[1]:http://www.libreoffice.org/ \ No newline at end of file