Search found 2 matches

by Salerdam
Wed Dec 20, 2023 7:11 pm
Forum: Text Formatting
Topic: Full argument list for Sectioning Commands
Replies: 4
Views: 3005

Full argument list for Sectioning Commands

I would like to know the full argument list for the Latex Sectioning Commands

Code: Select all

\part
\chapter
\section
\subsection
\subsubsection
\paragraph
\subparagraph
by Salerdam
Sat Dec 02, 2023 3:16 am
Forum: General
Topic: Using string values with l3keys
Replies: 0
Views: 7921

Using string values with l3keys

I am having trouble using string values when using l3keys. I can only get things to work using a token list followed by expansion. I find no problem using the code for the int case though.

\documentclass{article}

\ExplSyntaxOn

\str_new:N \cake_lp
\keys_define:nn { cake_keys }
{
lp .str_set:N ...