10.33.1 Top new questions this week

10.33.1.1 Generating ISBN Barcodes
10.33.1.2 Colored ellipse in TikZ
10.33.1.3 Reproduce Knuth's circle and triangle examples
10.33.1.4 unable to use \cmidrule in lualatex-dev (2024)
10.33.1.5 How can I make this kind of list 1., 1.1, 1.1.1, ... and 1.2, 1.2.1, 1.2.1.1, ...?
10.33.1.6 How to expand a command with \csname and \expandafter
10.33.1.7 How to anchor between "X.north" and "X.north west"?
10.33.1.1 Generating ISBN Barcodes

https://tex.stackexchange.com/landing/r/digest?cta=question&id=717558

Consider the following code which I compile with xelatex: 
\documentclass[pstricks,border=12pt]{standalone} 
\usepackage{pst-barcode} 
\begin{document} 
\begin{pspicture}(1.3125in,0.7in) 
\psbarcode{... 
[pstricks] [pspicture] [pst-barcode] [barcodes] [isbn]
 
asked by DDS https://tex.stackexchange.com/landing/r/digest?cta=user&id=314693 Score of 6
answered by egreg https://tex.stackexchange.com/landing/r/digest?cta=user&id=4427 Score of 6
10.33.1.2 Colored ellipse in TikZ

https://tex.stackexchange.com/landing/r/digest?cta=question&id=717471

I am trying to find the color scheme of the figure below in my code: 
The code I have written is given below: 
\documentclass{article} 
\usepackage{tikz} 
\usepackage{caption} 
\begin{document} 
\begin{... 
[tikz-styles]
 
asked by felix https://tex.stackexchange.com/landing/r/digest?cta=user&id=263527 Score of 6
answered by hpekristiansen https://tex.stackexchange.com/landing/r/digest?cta=user&id=8650 Score of 10
10.33.1.3 Reproduce Knuth's circle and triangle examples

https://tex.stackexchange.com/landing/r/digest?cta=question&id=717800

I have been trying to reproduce these examples from Knuth's book Digital Typography: 
So far this is the closest I have come: 
\documentclass[10pt,letterpaper]{article} 
\usepackage{shapepar} 
\... 
[horizontal-alignment]
 
asked by Basil Crow https://tex.stackexchange.com/landing/r/digest?cta=user&id=320057 Score of 5
answered by David Carlisle https://tex.stackexchange.com/landing/r/digest?cta=user&id=1090 Score of 8
10.33.1.4 unable to use \cmidrule in lualatex-dev (2024)

https://tex.stackexchange.com/landing/r/digest?cta=question&id=717826

I am encountering the following error when using the \cmidrule and \DocumentMetadata{testphase={phase-III,table}} commands within my document while using lualatex-dev (2024). 
It's working fine when I ... 
[tables] [rules] [accessibility] [tagged-pdf] [tagpdf]
 
asked by murugan anbu https://tex.stackexchange.com/landing/r/digest?cta=user&id=253560 Score of 5
10.33.1.5 How can I make this kind of list 1., 1.1, 1.1.1, ... and 1.2, 1.2.1, 1.2.1.1, ...?

https://tex.stackexchange.com/landing/r/digest?cta=question&id=717697

Code 
\documentclass[draft,a4paper,12pt,finnish]{article} 
\usepackage{babel} 
\usepackage[showframe]{geometry} 
\usepackage[backend=bibtex]{biblatex} % before hyperref 
\usepackage[obeyspaces,spaces]{... 
[lists] [enumerate] [enumitem] [definition]
 
asked by LA~(c)o LA~(c)opold Hertz i`\[Currency]\200i`\230\201 https://tex.stackexchange.com/landing/r/digest?cta=user&id=13173 Score of 5
answered by Mico https://tex.stackexchange.com/landing/r/digest?cta=user&id=5001 Score of 3
10.33.1.6 How to expand a command with \csname and \expandafter

https://tex.stackexchange.com/landing/r/digest?cta=question&id=717490

I get it when I write: 
\expandafter\def\agent{Hello} 
\expandafter\def\expandafter\agent\expandafter{\agent World} 
\agent 
result: Hello World 
It doesn't work for me when I write: 
\expandafter\def\... 
[csname] [expandafter]
 
asked by Juli https://tex.stackexchange.com/landing/r/digest?cta=user&id=319825 Score of 5
answered by Skillmon https://tex.stackexchange.com/landing/r/digest?cta=user&id=117050 Score of 6
10.33.1.7 How to anchor between "X.north" and "X.north west"?

https://tex.stackexchange.com/landing/r/digest?cta=question&id=717923

How can I get the dash-dotted line to appear between the other two? 
Currently, both lines are anchored to "A.north west" (and the regular dashed line is effectively at "A.north"). ... 
[tikz-pgf] [anchor]
 
asked by Andrew https://tex.stackexchange.com/landing/r/digest?cta=user&id=229206 Score of 4
answered by AndrA~(c)C https://tex.stackexchange.com/landing/r/digest?cta=user&id=138900 Score of 4