LyX ternyata semakin hari membuat saya semakin penasaran. Terakhir saya coba install Document Class book (KOMA-script) dan ternyata hasil dokumen yang dihasilkan dengan document class tersebut luar biasa.
Instalasi book (KOMA-script) on Windows
- Start–>All Programs–>MiKteX2.7–>Browse Packages
- Masukkan keyword “book” dan cari book (KOMA-script) kemudian klik tanda plus (+)
- Tunggu hingga proses download selesai dan dikonfigurasi oleh MiKteX.
Memulai Document
- Buka LyX–>File–>New
- Pilih menu Document Settings pilih book (KOMA-script)
- Kita gunakan Kertas A4 dan marjin 3cm (top) dan 2.5cm (bottom)
- Tambahkan Latex Pramble berikut untuk memperoleh dokumen berkualitas.
% Source File. Lyx–>Help–>User’s Guide
\usepackage{ifpdf} % part of the hyperref bundle
\ifpdf % if pdflatex is used% set fonts for nicer pdf view
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}% link all cross references and URLs in pdf output
\usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,
pdfpagelayout=OneColumn, pdfnewwindow=true,
pdfstartview=XYZ, plainpages=false, pdfpagelabels,
pdfauthor={Nama Pengarang}, pdftex,
pdftitle={Judul},pdfsubject={Subject},
pdfkeywords={Keyword}]{hyperref}\else % if dvi or ps is produced
% link all cross references and URLs in dvi output
\usepackage[ps2pdf]{hyperref}\fi % end if pdflatex is used
% the pages of the TOC are numbered roman
% and a pdf-bookmark for the TOC is added
\pagenumbering{roman}
\let\myTOC\tableofcontents
\renewcommand\tableofcontents{%
\pdfbookmark[1]{Contents}{}
\myTOC
\cleardoublepage
\pagenumbering{arabic} }% redefine the \LyX macro for PDF bookmarks
\def\LyX{\texorpdfstring{%
L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
{LyX }}% define a short command for \textvisiblespace
\newcommand{\spce}{\textvisiblespace}% redefine the greyed out note
%\renewenvironment{lyxgreyedout}
%{\textcolor{blue}\bgroup}{\egroup}\usepackage{multicol}
\usepackage{arabtex}
\usepackage{lettrine}
Kemudian mulailah menulis artikel anda.
Contoh artikel (LyX Tutorial) yang saya tulis ulang menggunakan book KOMA-script anda bisa baca atau download. dan coba pelajari betapa berkualitasnya hasil akhir yang diberikan oleh LyX dan KOMA-script tersebut.
Download Artikel (Book(KOMA-script)