Customise markup for publishing

2 ビュー (過去 30 日間)
Johannes Neumann
Johannes Neumann 2019 年 11 月 15 日
I have adopted a habit of using source code comments with a lot of 'bang':
%==========================================================================
% Create Triplet Indices
%==========================================================================
Imho, they add a lot of structure to my code. However, this markup conflicts with the publish function of Matlab, which forces me to use
%% Create Triplet Indices
to achieve the same section title in a published document.
Is there a way to customise e.g. the section title markup? Alternatively, would it be possible to strip certain markup before publishing using e.g. regex?
As an example, i could live with
%%==========================================================================
%% Create Triplet Indices
%%==========================================================================
and strip the lines.
Cheers,
Johannes

回答 (0 件)

カテゴリ

Help Center および File ExchangeEntering Commands についてさらに検索

製品


リリース

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by