Code: Select all
\newcommand\rub[1]{%
\noindent\small\textcolor{red}{#1}\normalsize\\%}
Thanks for all your help.
Code: Select all
\newcommand\rub[1]{%
\noindent\small\textcolor{red}{#1}\normalsize\\%}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\newcommand{\rub}[1]{%
\textcolor{red}{\textbf{\small #1}}%
}
Code: Select all
\newcommand{\rub}[1]{%
\textcolor{red}{\textbf{\small #1}}\newline%
}
Code: Select all
\documentclass[a4paper,14pt,twocolumn]{article}
\usepackage[british]{babel}
\usepackage[top=2cm, bottom=2cm, left=1cm, right=1cm]{geometry}
\usepackage{amsfonts,amssymb,amsmath}
\usepackage{liturg,color}
\title{}
\author{The Doctor}
\date{\today}
\begin{document}
\maketitle
\rub{We chant the 1$^{st}$ Antiphon of the 1$^{st}$ Kathisma ``Blessed is the Man \ldots''}\\
\begin{center}
\section{``Lord, I have cried \ldots''}
\end{center}
\rub{At ``Lord, I have cried \ldots'', we insert 8 stichera
\& we sing 3 podoben of the Pentecostarion, and then 5 of the Forerunner.}\\
\centrub{Of the Pentecostarion. Tone 4. ``Thou didst ascend the cross.''}
Code: Select all
\newcommand{\rub}[1]{%
\textcolor{red}{\textbf{\small{#1}}%
}
\newcommand{\blackrub}[1]{%
\small\textcolor{black}{#1}\normalsize%
}
\newcommand{\centrub}[1]{%
\begin{center}
\normalsize\textcolor{red}{#1}
\end{center}
Code: Select all
\newcommand{\rub}[1]{%
\textcolor{red}{\textbf{\small #1}}%
}
NEW: TikZ book now 40% off at Amazon.com for a short time.