Module ep_cdoc_sty

License: MIT File: ep_cdoc_sty.erl Description: Define type styles for code listings Body copy: Helvetica.

Copyright © 2018 Lloyd R. Prentice

Version: 0.01

Authors: Lloyd R. Prentice.

Description

License: MIT File: ep_cdoc_sty.erl Description: Define type styles for code listings Body copy: Helvetica

Function Index

cdoc/1
cdoc_faces/1Return cdoc typefaces.
cdoc_fontsize/1Return font size.
cdoc_indent/1
cdoc_justify/1Return justification.
cdoc_leading/1Return leading.
cdoc_max_linespace/1Return maximum line space for comfortable reading.
cdoc_no_indent/1Return indentation.

Function Details

cdoc/1

cdoc(Tag::atom()) -> tuple()

cdoc_faces/1

cdoc_faces(Tag::atom()) -> tuple()

Return cdoc typefaces

cdoc_fontsize/1

cdoc_fontsize(Tag::atom()) -> tuple()

Return font size

cdoc_indent/1

cdoc_indent(Tag::atom()) -> integer()

cdoc_justify/1

cdoc_justify(Tag::atom()) -> tuple()

Return justification

cdoc_leading/1

cdoc_leading(Tag::atom()) -> tuple()

Return leading

cdoc_max_linespace/1

cdoc_max_linespace(Tag::atom()) -> tuple()

Return maximum line space for comfortable reading

cdoc_no_indent/1

cdoc_no_indent(Tag::atom()) -> integer()

Return indentation


Generated by EDoc