Berikut ini adalah pertanyaan dari unknown pada mata pelajaran TI untuk jenjang Sekolah Menengah Atas
===============================
capek manual maen feeling terus :)
Jawaban dan Penjelasan
Berikut ini adalah pilihan jawaban terbaik dari pertanyaan diatas.
Jawaban:
LaTex Untuk Bebarapa Warna yang berbeda
\documentclass{article}
\usepackage{xcolor}
\begin{document}
contoh warna:
\begin{itemize}
\item \textcolor{red}{Merah}
\item \textcolor{green}{Hijau}
\item \textcolor{blue}{Biru}
\item \textcolor{cyan}{Biru Muda}
\item \textcolor{magenta}{Magenta}
\item \textcolor{yellow}{Kuning}
\item \textcolor{black}{Hitam}
\item \textcolor{gray}{Abu-abu}
\item \textcolor{orange}{Oranye}
\end{itemize}
\end{document}
Warna kostum ? Menggunakan RGB Atau Model CMYK
\documentclass{article}
\usepackage{xcolor}
\definecolor{mycolor}{RGB}{255, 102, 0} % warna oranye kustom
\begin{document}
Ini adalah contoh warna kustom:
\textcolor{mycolor}{Oranye kustom}
\end{document}
Untuk Yang Pelangi Menggunakan Paket "xcolor"
\documentclass{article}
\usepackage{xcolor}
\begin{document}
\textcolor{red}{M}%
\textcolor{orange}{Y}%
\textcolor{yellow}{ }%
\textcolor{green}{n}%
\textcolor{blue}{a}%
\textcolor{purple}{m}%
\textcolor{red}{e}%
\textcolor{orange}{ }%
\textcolor{yellow}{i}%
\textcolor{green}{s}%
\textcolor{blue}{ }%
\textcolor{purple}{W}%
\textcolor{red}{h}%
\textcolor{orange}{O}%
\textcolor{yellow}{L}%
\textcolor{green}{F}%
\textcolor{blue}{A}%
\textcolor{purple}{L}%
\end{document}
Moga MEMBANTU
Semoga dengan pertanyaan yang sudah terjawab oleh WolfalphaAnswer dapat membantu memudahkan mengerjakan soal, tugas dan PR sekolah kalian.
Apabila terdapat kesalahan dalam mengerjakan soal, silahkan koreksi jawaban dengan mengirimkan email ke yomemimo.com melalui halaman Contact
Last Update: Sat, 27 May 23