Re: Import unicode in TeX
Neal Becker <[email protected]>
| Newsgroups | gmane.editors.lyx.general |
|---|---|
| Message-ID | <CAG3t+pFKykmkEf5E-CJLfnTfkT9FyB9vuJCB-26xfrR08YRfow@mail.gmail.com> |
On Tue, Oct 28, 2025 at 10:44 PM Richard Kimberly Heck <[email protected]> wrote: > On 10/28/25 2:05 PM, Neal Becker wrote: > > Hi, > > When I try Import LateX (plain), and that contains unicode characters, > > those characters are mangled. This is often a workflow I use when I > > ask my favorite LLM to write some text, and it often throws in unicode > > characters for symbols. Why does it get mangled and how can I prevent > > this from happening? > > Can you give me an example of the text that gets mangled, so I can try > it here? > > Riki > > > -- *Those who don't understand recursion are doomed to repeat it* -- lyx-users mailing list [email protected] https://lists.lyx.org/mailman/listinfo/lyx-users
test_table.tex
(text/x-tex, 929 B)
% Requires in preamble:
% \usepackage{booktabs}
% \usepackage{tabularx}
\begin{frame}{Summary at a Glance}
\scriptsize
\setlength{\tabcolsep}{4pt}
\renewcommand{\arraystretch}{1.25}
\begin{tabularx}{\linewidth}{l c c c c c}
\toprule
\textbf{Approach} & \textbf{Coverage} & \textbf{Throughput} & \textbf{MIMO} & \textbf{Complexity} & \textbf{Cost}\\
\midrule
Distributed Small Cells & ★★☆ & ★★★ & ★★★ & High & $$$ \\
Passive DAS & ★★★ & ★★ & ★ & Low & $$ \\
Active DAS / RF-over-Fiber & ★★★ & ★★★ & ★★★ & High & $$$$\\
Leaky Coax (Radiating) & ★★★★ & ★ & ★ & Low & $$ \\
Hybrid (Mixed) & ★★★ & ★★★ & ★★☆ & Med & $$$ \\
\bottomrule
\end{tabularx}
\vspace{0.6em}
\footnotesize
\textbf{Legend:} ★–★★★ (more is better); Cost: \$ (lower) to \$\$\$\$ (higher).
\end{frame}