Cascading Style Sheets
21
votes
4answers
5k views
Pixel-perfect vertical alignment of image-rendered TeX snippets?
What is the most accurate way to automatically calculate the text baseline in an image that has been rendered from a TeX snippet—so that the rendered image can be given proper vertical alignment in a ...
5
votes
3answers
200 views
Possible CSS type features?
Hi I am doing a project for my 10th grade Graphic design class and we have to make up an inspirational type thing with the emotion words Bold, in a bigger size and capitalized and I was wondering if ...
9
votes
1answer
502 views
Generation of simple, CSS-less HTML with htlatex
When htlatex converts a document, emphasis and bold-face are converted to spans of a certain style which is defined in the accompanying CSS file.
Input:
\documentclass{scrartcl}
\begin{document}
...
9
votes
2answers
1k views
Why couldn't (La)TeX's layout model be as simple as CSS's layout model?
I feel CSS's layout model is simpler than (La)TeX's layout model. At the time Knuth developed TeX, the idea leading to CSS model is a "difficult" things? Or the CSS layout model is not appropriate to ...
6
votes
2answers
423 views
CSS border-top, border-bottom, border-right LaTeX equivalent
Is there an equivalent in LaTeX to the CSS border-top, border-bottom, border-right properties?
I would like to underline and overline text with with a border on the right, not simply underline or ...