samples/sample-book/src/sty/reviewmacro.sty in review-3.0.0.preview3 vs samples/sample-book/src/sty/reviewmacro.sty in review-3.0.0.preview4
- old
+ new
@@ -1,14 +1,28 @@
-%
+% Re:VIEW 2互換のlayout.tex.erb記載相当の内容
+\RequirePackage{review-base}
+
+% Re:VIEW 2互換のreviewmacro.sty(装飾カスタマイズ)内容
+\RequirePackage{review-style}
+
+% ユーザー固有の定義
+\RequirePackage{review-custom}
+
+%% run \@endofreviewmacrohook at the end of reviewmacro style
+\@ifundefined{@endofreviewmacrohook}{}{%
+\let\AtEndOfReVIEWMacro\@firstofone
+\@endofreviewmacrohook}
+
+\endinput