What brings me back here this morning is that I am working on a publication (an Orthodox Prayer Book) and am currently using the memoir class. I really want to be able to keep that document class; however, I prefer the changes package for my editing rather than what the memoir class provides.
When I try to run both memoir and changes, I get the error message:
Code: Select all
command \added already defined changes.styCode: Select all
\replaced already defined\added, \deleted, and \changed commands from within the changes package and somehow ignore or rewrite those commands that have the same name in the memoir class. Or perhaps, there is a way to expand upon the memoir class
\added, \deleted, etc. Here is my MWE:
Code: Select all
\documentclass[12pt,a4paper,twoside]{memoir}
\usepackage[british]{babel}
\usepackage[T1]{fontenc}
\usepackage{geometry}
\usepackage{titlesec} %needs recent version of »titlesec«
\usepackage{xcolor}
\usepackage{amssymb}
\usepackage{indentfirst}
\usepackage{prayerbook}
\definechangeauthor[name={Michael Dykes},color=blue]{MD}
\title{AN ORTHODOX RULE OF PRAYER}
\author{Father Thomas Moore, Michael Dykes}
\begin{document}
\chapter{Saturday Evening Prayers}
Christ is risen from the dead, trampling down death by death, and upon those in the tombs bestowing life.\replaced[id=MD,remark=foo]{change the translation here}
\end{document}