Customise markup for publishing

1 次查看(过去 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 CenterFile Exchange 中查找有关 Entering Commands 的更多信息

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by