Hoping those familiar with #LaTeX can give me some advice here. I've started using it to create my assignments for school. I'm not writing technical papers yet, but I find using LaTeX with #Zotero in #VSCode more #accessible with a #ScreenReader than most other setups I've tried.
Since my discussion posts have to follow #APA style, I’m using LaTeX for those as well as full papers. That part is going well—but I’m running into trouble when I need to actually post what I’ve written.
My school uses Brightspace, which allows discussion posts in either rich text or #HTML. I have #Pandoc installed, so I tried converting my LaTeX source to HTML and pasting the code. But Pandoc didn’t include my references section in the output.
I also tried copying from the PDF, but that stripped all formatting.
Does anyone know how I can get a clean HTML version of my work—with references included—that I can paste into Brightspace?
Here’s the command I’ve been using:
pandoc main.tex \
--bibliography=references. Bib \
--csl=apa.csl \
--standalone \
-o main.html
It creates the HTML file, but the references section is missing.
Any tips?
#Accessibility #AssistiveTech #Pandoc #APAstyle #Brightspace #EdTech #AcademicWriting #InclusiveTech #BlindTech #HigherEd #CitationTools #OpenSource #WritingWorkflow